Interface SslConfiguration


  • public interface SslConfiguration
    SSL configuration.
    Since:
    1.0
    • Method Detail

      • getClientAuthentication

        java.lang.String getClientAuthentication()
        Returns the client authentication.
        Returns:
        the client authentication
        Since:
        1.0
      • getEnabledCipherSuites

        java.lang.String[] getEnabledCipherSuites()
        Returns the enabled cipher suites.
        Returns:
        the enabled cipher suites
        Since:
        1.0
      • getKeyAlias

        java.lang.String getKeyAlias()
        Returns the key alias.
        Returns:
        the key alias
        Since:
        1.0
      • getKeyPassword

        java.lang.String getKeyPassword()
        Returns the key password.
        Returns:
        the key password
        Since:
        1.0
      • getKeystoreAlgorithm

        java.lang.String getKeystoreAlgorithm()
        Returns the keystore algorithm.
        Returns:
        the keystore algorithm
        Since:
        1.0
      • getKeystoreFile

        java.io.File getKeystoreFile()
        Returns the keystore file.
        Returns:
        the keystore file
        Since:
        1.0
      • getKeystorePassword

        java.lang.String getKeystorePassword()
        Returns the keystore password.
        Returns:
        the keystore password
        Since:
        1.0
      • getKeystoreType

        java.lang.String getKeystoreType()
        Returns the keystore type.
        Returns:
        the keystore type
        Since:
        1.0
      • getSslProtocol

        java.lang.String getSslProtocol()
        Returns the SSL protocol.
        Returns:
        the SSL protocol
        Since:
        1.0
      • getTruststoreAlgorithm

        java.lang.String getTruststoreAlgorithm()
        Returns the truststore algorithm.
        Returns:
        the truststore algorithm
        Since:
        1.0
      • getTruststoreFile

        java.io.File getTruststoreFile()
        Returns the truststore file.
        Returns:
        the truststore file
        Since:
        1.0
      • getTruststorePassword

        java.lang.String getTruststorePassword()
        Returns the truststore password.
        Returns:
        the truststore password
        Since:
        1.0
      • getTruststoreType

        java.lang.String getTruststoreType()
        Returns the truststore type.
        Returns:
        the truststore type
        Since:
        1.0