Package org.bouncycastle.crypto.tls
Interface TlsSession
-
public interface TlsSessionDeprecated.Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description SessionParametersexportSessionParameters()Deprecated.byte[]getSessionID()Deprecated.voidinvalidate()Deprecated.booleanisResumable()Deprecated.
-
-
-
Method Detail
-
exportSessionParameters
SessionParameters exportSessionParameters()
Deprecated.
-
getSessionID
byte[] getSessionID()
Deprecated.
-
invalidate
void invalidate()
Deprecated.
-
isResumable
boolean isResumable()
Deprecated.
-
-