Class SslBuilder.KeyStoreBasedCertificateSpec
java.lang.Object
io.micronaut.http.ssl.SslBuilder.CertificateSpec
io.micronaut.http.ssl.SslBuilder.KeyStoreBasedCertificateSpec
- Enclosing class:
SslBuilder<T>
protected static final class SslBuilder.KeyStoreBasedCertificateSpec
extends SslBuilder.CertificateSpec
Certificate spec based on
SslConfiguration.KeyStoreConfiguration.getPath() or
SslConfiguration.TrustStoreConfiguration.getPath(). Note that the path can still
point to a PEM.- Since:
- 4.10.0
- Author:
- James Kleeh
-
Method Summary
Methods inherited from class SslBuilder.CertificateSpec
getPassword, getProvider, getType
-
Method Details
-
getPath
-