Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls
Interface TlsClientContext

All Superinterfaces:
TlsContext

Deprecated. Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).

public interface TlsClientContext
extends TlsContext

Marker interface to distinguish a TLS client context.


Methods inherited from interface org.bouncycastle.crypto.tls.TlsContext
exportKeyingMaterial, getClientVersion, getNonceRandomGenerator, getResumableSession, getSecureRandom, getSecurityParameters, getServerVersion, getUserObject, isServer, setUserObject
 


Bouncy Castle Cryptography Library 1.64