Class ClientCertificateType
- Namespace
- Enterprises.Org.BouncyCastle.Crypto.Tls
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public abstract class ClientCertificateType
- Inheritance
-
ClientCertificateType
- Inherited Members
-
Constructors
ClientCertificateType()
protected ClientCertificateType()
Fields
dss_ephemeral_dh_RESERVED
public const byte dss_ephemeral_dh_RESERVED = 6
Field Value
- byte
dss_fixed_dh
public const byte dss_fixed_dh = 4
Field Value
- byte
dss_sign
public const byte dss_sign = 2
Field Value
- byte
ecdsa_fixed_ecdh
public const byte ecdsa_fixed_ecdh = 66
Field Value
- byte
ecdsa_sign
public const byte ecdsa_sign = 64
Field Value
- byte
fortezza_dms_RESERVED
public const byte fortezza_dms_RESERVED = 20
Field Value
- byte
rsa_ephemeral_dh_RESERVED
public const byte rsa_ephemeral_dh_RESERVED = 5
Field Value
- byte
rsa_fixed_dh
public const byte rsa_fixed_dh = 3
Field Value
- byte
rsa_fixed_ecdh
public const byte rsa_fixed_ecdh = 65
Field Value
- byte
rsa_sign
public const byte rsa_sign = 1
Field Value
- byte