Package org.bouncycastle.tls
Interface TlsSession
public interface TlsSession
Base interface for a carrier object for a TLS session.
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
void
boolean
-
Method Details
-
exportSessionParameters
SessionParameters exportSessionParameters() -
getSessionID
byte[] getSessionID() -
invalidate
void invalidate() -
isResumable
boolean isResumable()
-