Class SSLConfiguration


  • public class SSLConfiguration
    extends Object
    • Constructor Detail

      • SSLConfiguration

        public SSLConfiguration()
    • Method Detail

      • isClientEncryptionEnabled

        public boolean isClientEncryptionEnabled()
      • isSslEnabled

        public boolean isSslEnabled()
      • getMode

        public String getMode()
      • setMode

        public void setMode​(String mode)
      • setKeystoreFilename

        public void setKeystoreFilename​(String value)
      • setKeystorePassword

        public void setKeystorePassword​(String value)
      • setKeystoreType

        public void setKeystoreType​(String value)
      • setSslProtocol

        public void setSslProtocol​(String value)
      • setKeymanagementAlgorithm

        public void setKeymanagementAlgorithm​(String value)
      • setTruststoreFilename

        public void setTruststoreFilename​(String value)
      • setTruststorePassword

        public void setTruststorePassword​(String value)
      • setAuthenticationMode

        public void setAuthenticationMode​(String value)
      • setEnabledCipherSuites

        public void setEnabledCipherSuites​(String enabledCipherSuites)
      • getEnabledCipherSuitesAsArray

        public String[] getEnabledCipherSuitesAsArray()
      • setKeystoreKeyAlias

        public void setKeystoreKeyAlias​(String alias)
      • setKeystoreKeyPassword

        public void setKeystoreKeyPassword​(String keyPassword)
      • isTruststoreCheckExpired

        public boolean isTruststoreCheckExpired()
      • setTruststoreCheckExpired

        public void setTruststoreCheckExpired​(boolean checkExpired)