Class SslBuilder.CertificateSpec
java.lang.Object
io.micronaut.http.ssl.SslBuilder.CertificateSpec
- Direct Known Subclasses:
SslBuilder.KeyStoreBasedCertificateSpec, SslBuilder.PemBasedCertificateSpec
- Enclosing class:
SslBuilder<T>
protected abstract static sealed class SslBuilder.CertificateSpec
extends Object
permits SslBuilder.KeyStoreBasedCertificateSpec, SslBuilder.PemBasedCertificateSpec
Specification for building a
KeyStore, either as a key store or a trust store.- Since:
- 4.10.0
- Author:
- James Kleeh
-
Method Details
-
getType
-
getPassword
-
getProvider
JCA provider for creating the key store and other objects.- Returns:
- The JCA provider
-