Table of Contents

Class TlsCertificateRole

Namespace
Org.BouncyCastle.Tls.Crypto
Assembly
BouncyCastle.Cryptography.dll
public abstract class TlsCertificateRole
Inheritance
TlsCertificateRole
Inherited Members

Fields

DH

public const int DH = 1

Field Value

int

ECDH

public const int ECDH = 2

Field Value

int

RsaEncryption

public const int RsaEncryption = 3

Field Value

int

Sm2Encryption

public const int Sm2Encryption = 4

Field Value

int