Ssl.getCipherName

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.

@return the name of the cipher in use, or null if none

interface Ssl
string
getCipherName
()

Meta