Table of Contents

Class NamedGroupRole

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

Remarks

Note that the values here are implementation-specific and arbitrary. It is recommended not to depend on the particular values (e.g. serialization).

Fields

dh

public const int dh = 1

Field Value

int

ecdh

public const int ecdh = 2

Field Value

int

ecdsa

public const int ecdsa = 3

Field Value

int

kem

public const int kem = 4

Field Value

int