The members of Javax.Net.Ssl.ISSLSession are listed below.
[read-only] | ApplicationBufferSize | int. Returns the maximum size that an application buffer can be for this session. |
[read-only] | CipherSuite | string. Returns the name of the cipher suite used in this session. |
[read-only] | CreationTime | long. Returns the time this session was created, in milliseconds since midnight January 1st 1970 UTC. |
[read-only] | IsValid | bool. Returns whether this session is valid. |
[read-only] | LastAccessedTime | long. Returns the time this session was last accessed, in milliseconds since midnight January 1st 1970 UTC. |
[read-only] | LocalPrincipal | Java.Security.IPrincipal. Returns the principal used to identify the local side to the peer during the handshake. |
[read-only] | PacketBufferSize | int. Returns the maximum size that a network buffer can be for this session. |
[read-only] | PeerHost | string. Returns the host name of the peer of this session. |
[read-only] | PeerPort | int. Returns the port number of the peer of this session. |
[read-only] | PeerPrincipal | Java.Security.IPrincipal. Returns the principal identifying the peer during the handshake. |
[read-only] | Protocol | string. Returns the protocol name that is used for all connections in this session. |
[read-only] | SessionContext | ISSLSessionContext. Returns the context of this session, or null if no context is available. |
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. |