The methods of Javax.Net.Ssl.ISSLSession are listed below. For a list of all members, see the ISSLSession Members list.
GetId()Returns this sessions identifier. | ||
GetLocalCertificates()Returns the list of certificates that were used to identify the local side to the peer during the handshake. | ||
GetPeerCertificateChain()Returns the list of certificates the peer used to identify itself during the handshake. | ||
GetPeerCertificates()Returns the list of certificates the peer used to identify itself during the handshake. | ||
GetValue(string)Returns the object bound to the specified name in this session's application layer data. | ||
GetValueNames()Returns the list of the object names bound to this session's application layer data. | ||
Invalidate()Invalidates this session. | ||
PutValue(string, Java.Lang.Object)Binds the specified object under the specified name in this session's application layer data. | ||
RemoveValue(string)Removes the binding for the specified name in this session's application layer data. |