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