Class TlsCryptoParameters
- Namespace
- Org.BouncyCastle.Tls.Crypto
- Assembly
- BouncyCastle.Cryptography.dll
Carrier class for context-related parameters needed for creating secrets and ciphers.
public class TlsCryptoParameters
- Inheritance
-
TlsCryptoParameters
- Inherited Members
Constructors
TlsCryptoParameters(TlsContext)
Base constructor.
public TlsCryptoParameters(TlsContext context)
Parameters
contextTlsContextthe context for this parameters object.
Properties
ClientVersion
public ProtocolVersion ClientVersion { get; }
Property Value
IsServer
public bool IsServer { get; }
Property Value
NonceGenerator
public TlsNonceGenerator NonceGenerator { get; }
Property Value
RsaPreMasterSecretVersion
public ProtocolVersion RsaPreMasterSecretVersion { get; }
Property Value
SecurityParameters
public SecurityParameters SecurityParameters { get; }
Property Value
ServerVersion
public virtual ProtocolVersion ServerVersion { get; }