Javax.Net.Ssl.ISSLSession: Method Members

The methods of Javax.Net.Ssl.ISSLSession are listed below. For a list of all members, see the ISSLSession Members list.

Public Methods

GetId() : byte[]
Returns this sessions identifier.
GetLocalCertificates() : Java.Security.Cert.Certificate[]
Returns the list of certificates that were used to identify the local side to the peer during the handshake.
GetPeerCertificateChain() : Javax.Security.Cert.X509Certificate[]
Returns the list of certificates the peer used to identify itself during the handshake.
GetPeerCertificates() : Java.Security.Cert.Certificate[]
Returns the list of certificates the peer used to identify itself during the handshake.
GetValue(string) : Java.Lang.Object
Returns the object bound to the specified name in this session's application layer data.
GetValueNames() : string[]
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.