public class TlsCryptoParameters
extends java.lang.Object
Constructor and Description |
---|
TlsCryptoParameters(TlsContext context)
Base constructor.
|
Modifier and Type | Method and Description |
---|---|
ProtocolVersion |
getClientVersion() |
TlsNonceGenerator |
getNonceGenerator() |
SecurityParameters |
getSecurityParameters() |
ProtocolVersion |
getServerVersion() |
boolean |
isServer() |
public TlsCryptoParameters(TlsContext context)
context
- the context for this parameters object.public SecurityParameters getSecurityParameters()
public ProtocolVersion getClientVersion()
public ProtocolVersion getServerVersion()
public boolean isServer()
public TlsNonceGenerator getNonceGenerator()