Bouncy Castle Cryptography 1.50

org.bouncycastle.crypto.tls
Interface TlsSession


public interface TlsSession


Method Summary
 SessionParameters exportSessionParameters()
           
 byte[] getSessionID()
           
 void invalidate()
           
 boolean isResumable()
           
 

Method Detail

exportSessionParameters

SessionParameters exportSessionParameters()

getSessionID

byte[] getSessionID()

invalidate

void invalidate()

isResumable

boolean isResumable()

Bouncy Castle Cryptography 1.50