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
      • getSsl2Enabled

        public boolean getSsl2Enabled()
        Gets the value of the ssl2Enabled property.
        Returns:
        possible object is String
      • setSsl2Enabled

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

        public void setSsl2Enabled​(boolean value)
      • getSsl2Ciphers

        public String getSsl2Ciphers()
        Gets the value of the ssl2Ciphers property.
        Returns:
        possible object is String
      • setSsl2Ciphers

        public void setSsl2Ciphers​(String value)
        Sets the value of the ssl2Ciphers property. Values: rc4, rc4export, rc2, rc2export, idea, des, desede3.
        Parameters:
        value - allowed object is String
      • getSsl3Enabled

        public boolean getSsl3Enabled()
        Gets the value of the ssl3Enabled property.
        Returns:
        possible object is String
      • setSsl3Enabled

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

        public void setSsl3Enabled​(boolean value)
      • 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
      • getTlsEnabled

        public boolean getTlsEnabled()
        Gets the value of the tlsEnabled property.
        Returns:
        possible object is String
      • setTlsEnabled

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

        public void setTlsEnabled​(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)