|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--iaik.security.ssl.Session
A Session holds all information which is needed to resume an old session. Especially the following parameters:
| Method Summary | |
CipherSuite |
getCipherSuite()
Returns the cipher suite of this session. |
CompressionMethod |
getCompressionMethod()
|
long |
getCreationTime()
Returns the creation time of this session. |
java.lang.Object |
getID()
Returns the ID of this session. |
byte[] |
getMasterSecret()
Returns the master secret of this session. |
X509Certificate[] |
getPeerCertificateChain()
Returns the peer certificate of this session. |
int |
getVersion()
The protocol version used to establish this session. |
void |
invalidate()
Invalidate this session. |
boolean |
isValid()
Return if this session is valid, i.e. |
java.lang.String |
toString()
Returns a string representation of this Session. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Method Detail |
public java.lang.Object getID()
public long getCreationTime()
public X509Certificate[] getPeerCertificateChain()
public byte[] getMasterSecret()
public CipherSuite getCipherSuite()
public CompressionMethod getCompressionMethod()
public int getVersion()
SSLContext.VERSION_TLS10public boolean isValid()
public void invalidate()
SSLTransport.renegotiate()public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||