Package org.jboss.modcluster.config
Interface SSLConfiguration
- All Known Implementing Classes:
ModClusterConfig
,ModClusterListener
,ModClusterListener
public interface SSLConfiguration
A SSLConfiguration.
- Author:
- Brian Stansberry
-
Method Summary
Modifier and TypeMethodDescriptionCertificate encoding algorithm.SSL ciphers.Certificate revocation list.Key alias.SSL keystore.SSL keystore password.Keystore provider.Keystore type.SSL protocol.Truststore algorithm.int
Trust max certificate length.Trust store file.Trust store password.Trust store provider.Trust store type.
-
Method Details
-
getSslCiphers
String getSslCiphers()SSL ciphers. -
getSslProtocol
String getSslProtocol()SSL protocol. -
getSslCertificateEncodingAlgorithm
String getSslCertificateEncodingAlgorithm()Certificate encoding algorithm. -
getSslKeyStore
String getSslKeyStore()SSL keystore. -
getSslKeyStorePassword
String getSslKeyStorePassword()SSL keystore password. -
getSslKeyStoreType
String getSslKeyStoreType()Keystore type. -
getSslKeyStoreProvider
String getSslKeyStoreProvider()Keystore provider. -
getSslTrustAlgorithm
String getSslTrustAlgorithm()Truststore algorithm. -
getSslKeyAlias
String getSslKeyAlias()Key alias. -
getSslCrlFile
String getSslCrlFile()Certificate revocation list. -
getSslTrustMaxCertLength
int getSslTrustMaxCertLength()Trust max certificate length. -
getSslTrustStore
String getSslTrustStore()Trust store file. -
getSslTrustStorePassword
String getSslTrustStorePassword()Trust store password. -
getSslTrustStoreType
String getSslTrustStoreType()Trust store type. -
getSslTrustStoreProvider
String getSslTrustStoreProvider()Trust store provider.
-