Uses of Class
org.conscrypt.SSLSessionImpl
| Package | Description |
|---|---|
| org.conscrypt |
-
Uses of SSLSessionImpl in org.conscrypt
Fields in org.conscrypt declared as SSLSessionImpl Modifier and Type Field Description protected SSLSessionImplHandshakeProtocol. sessionPending sessionMethods in org.conscrypt that return SSLSessionImpl Modifier and Type Method Description static SSLSessionImplSSLSessionImpl. getNullSession()SSLSessionImplHandshakeProtocol. getSession()Returns pending sessionprotected SSLSessionImplSSLRecordProtocol. getSession()Returns the session obtained during the handshake negotiation.Methods in org.conscrypt with parameters of type SSLSessionImpl Modifier and Type Method Description protected byte[]SSLRecordProtocol. getChangeCipherSpecMesage(SSLSessionImpl session)Returns the change cipher spec message to be sent to another peer.Constructors in org.conscrypt with parameters of type SSLSessionImpl Constructor Description ConnectionStateSSLv3(SSLSessionImpl session)Creates the instance of SSL v3 Connection State.ConnectionStateTLS(SSLSessionImpl session)Creates the instance of TLS v1 Connection State.