SSLSession.getCipherSuite

Returns the name of the SSL cipher suite which is used for all connections in the session.

<P> This defines the level of protection provided to the data sent on the connection, including the kind of encryption used and most aspects of how authentication is done.

@return the name of the session's cipher suite

interface SSLSession
string
getCipherSuite
()

Meta