Class SslImpl

    • Method Detail

      • getCipherName

        public java.lang.String getCipherName()
        Description copied from interface: Ssl
        Get the name of the Cipher that is currently in use. Gets a text description of the cipher that is currently active, or returns null if SSL is not active (no cipher). Note that the cipher in use may change over time due to renegotiation or other changes to the SSL state.
        Specified by:
        getCipherName in interface Ssl
        Returns:
        the name of the cipher in use, or null if none
      • getProtocolName

        public java.lang.String getProtocolName()
        Description copied from interface: Ssl
        Get the name of the SSL protocol that is currently in use. Gets a text description of the SSL protocol that is currently active, or null if SSL is not active. Note that the protocol may change over time due to renegotiation.
        Specified by:
        getProtocolName in interface Ssl
        Returns:
        the name of the protocol in use, or null if none