Class SslContextConfig
java.lang.Object
eu.rarogsoftware.rarog.platform.core.security.secrets.SslContextConfig
- Direct Known Subclasses:
ClientCertAuthConfig
-
Constructor Summary
ConstructorsConstructorDescriptionSslContextConfig(String parameters) SslContextConfig(Map<String, Object> authenticationData) -
Method Summary
Modifier and TypeMethodDescriptionaddTrustedCertificate(X509Certificate certificate) addTrustedCertificates(Collection<X509Certificate> certificates) parseParameters(String parameters) protected SSLContextprepareSslContextForMutualTls(Map<String, Object> authenticationData)
-
Constructor Details
-
SslContextConfig
-
SslContextConfig
-
-
Method Details
-
parseParameters
-
addTrustedCertificate
-
addTrustedCertificates
-
getSslContext
-
prepareSslContextForMutualTls
-