Package org.bouncycastle.tls
Interface TlsSession
-
public interface TlsSession
Base interface for a carrier object for a TLS session.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SessionParameters
exportSessionParameters()
byte[]
getSessionID()
void
invalidate()
boolean
isResumable()
-
-
-
Method Detail
-
exportSessionParameters
SessionParameters exportSessionParameters()
-
getSessionID
byte[] getSessionID()
-
invalidate
void invalidate()
-
isResumable
boolean isResumable()
-
-