Class SSLContextConfig
java.lang.Object
org.apache.activemq.artemis.spi.core.remoting.ssl.SSLContextConfig
This class holds configuration parameters for SSL context initialization.
To be used with
Use
SSLContextFactory
and OpenSSLContextFactory
.
Use
builder()
to create new immutable instances.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic SSLContextConfig.Builder
builder()
boolean
int
hashCode()
boolean
toString()
-
Method Details
-
builder
-
equals
-
getCrlPath
-
getKeystorePassword
-
getKeystorePath
-
getKeystoreType
-
getKeystoreProvider
-
getTrustManagerFactoryPlugin
-
getTruststorePassword
-
getTruststorePath
-
getTruststoreType
-
getTruststoreProvider
-
hashCode
public int hashCode() -
isTrustAll
public boolean isTrustAll() -
getKeystoreAlias
-
toString
-