Package org.bouncycastle.crypto.tls
Interface TlsSession
-
public interface TlsSession
Deprecated.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 SessionParameters
exportSessionParameters()
Deprecated.byte[]
getSessionID()
Deprecated.void
invalidate()
Deprecated.boolean
isResumable()
Deprecated.
-
-
-
Method Detail
-
exportSessionParameters
SessionParameters exportSessionParameters()
Deprecated.
-
getSessionID
byte[] getSessionID()
Deprecated.
-
invalidate
void invalidate()
Deprecated.
-
isResumable
boolean isResumable()
Deprecated.
-
-