Class ClientCertificateType
- Namespace
- Org.BouncyCastle.Tls
- Assembly
- BouncyCastle.Cryptography.dll
public abstract class ClientCertificateType
- Inheritance
-
ClientCertificateType
- Inherited Members
-
Fields
dss_ephemeral_dh_RESERVED
public const short dss_ephemeral_dh_RESERVED = 6
Field Value
- short
dss_fixed_dh
public const short dss_fixed_dh = 4
Field Value
- short
dss_sign
public const short dss_sign = 2
Field Value
- short
ecdsa_fixed_ecdh
public const short ecdsa_fixed_ecdh = 66
Field Value
- short
ecdsa_sign
public const short ecdsa_sign = 64
Field Value
- short
fortezza_dms_RESERVED
public const short fortezza_dms_RESERVED = 20
Field Value
- short
gost_sign256
public const short gost_sign256 = 67
Field Value
- short
gost_sign512
public const short gost_sign512 = 68
Field Value
- short
rsa_ephemeral_dh_RESERVED
public const short rsa_ephemeral_dh_RESERVED = 5
Field Value
- short
rsa_fixed_dh
public const short rsa_fixed_dh = 3
Field Value
- short
rsa_fixed_ecdh
public const short rsa_fixed_ecdh = 65
Field Value
- short
rsa_sign
public const short rsa_sign = 1
Field Value
- short
Methods
GetName(short)
public static string GetName(short clientCertificateType)
Parameters
clientCertificateType short
Returns
- string
GetText(short)
public static string GetText(short clientCertificateType)
Parameters
clientCertificateType short
Returns
- string