Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls
Interface TlsServerContext

All Superinterfaces:
TlsContext

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

public interface TlsServerContext
extends TlsContext

Marker interface to distinguish a TLS server 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