Class AppClientSSL


  • public class AppClientSSL
    extends Object
    Author:
    Kumar
    • Constructor Detail

      • AppClientSSL

        public AppClientSSL()
    • Method Detail

      • getCertNickname

        public String getCertNickname()
        Gets the value of the certNickname property.
        Returns:
        possible object is String
      • setCertNickname

        public void setCertNickname​(String value)
        Sets the value of the certNickname property.
        Parameters:
        value - allowed object is String
      • getSsl3TlsCiphers

        public String getSsl3TlsCiphers()
        A comma-separated list of the SSL3 ciphers used, with the prefix + to enable or - to disable, for example +SSL_RSA_WITH_RC4_128_MD5 . Allowed values are SSL_RSA_WITH_RC4_128_MD5, SSL_RSA_WITH_3DES_EDE_CBC_SHA, SSL_RSA_WITH_DES_CBC_SHA, SSL_RSA_EXPORT_WITH_RC4_40_MD5, SSL_RSA_WITH_NULL_MD5, SSL_RSA_WITH_RC4_128_SHA, and SSL_RSA_WITH_NULL_SHA. Values available in previous releases are supported for backward compatibility.
      • setSsl3TlsCiphers

        public void setSsl3TlsCiphers​(String value)
        Sets the value of the ssl3TlsCiphers property.
        Parameters:
        value - allowed object is String
      • getTls12Enabled

        public boolean getTls12Enabled()
      • getTls13Enabled

        public boolean getTls13Enabled()
      • setTlsEnabled12

        public void setTlsEnabled12​(String value)
      • setTlsEnabled12

        public void setTlsEnabled12​(boolean value)
      • setTlsEnabled13

        public void setTlsEnabled13​(String value)
      • setTlsEnabled13

        public void setTlsEnabled13​(boolean value)
      • getTlsRollbackEnabled

        public boolean getTlsRollbackEnabled()
        Gets the value of the tlsRollbackEnabled property.
        Returns:
        possible object is String
      • setTlsRollbackEnabled

        public void setTlsRollbackEnabled​(String value)
        Sets the value of the tlsRollbackEnabled property.
        Parameters:
        value - allowed object is String
      • setTlsRollbackEnabled

        public void setTlsRollbackEnabled​(boolean value)
      • getClientAuthEnabled

        public boolean getClientAuthEnabled()
        Gets the value of the clientAuthEnabled property.
        Returns:
        possible object is String
      • setClientAuthEnabled

        public void setClientAuthEnabled​(String value)
        Sets the value of the clientAuthEnabled property.
        Parameters:
        value - allowed object is String
      • setClientAuthEnabled

        public void setClientAuthEnabled​(boolean value)