Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls
Interface TlsSession


Deprecated. Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).

public interface TlsSession


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

Method Detail

exportSessionParameters

public SessionParameters exportSessionParameters()
Deprecated. 

getSessionID

public byte[] getSessionID()
Deprecated. 

invalidate

public void invalidate()
Deprecated. 

isResumable

public boolean isResumable()
Deprecated. 

Bouncy Castle Cryptography Library 1.64