Table of Contents

Class IdentifierType

Namespace
Org.BouncyCastle.Tls
Assembly
BouncyCastle.Cryptography.dll

RFC 6066

public abstract class IdentifierType
Inheritance
IdentifierType
Inherited Members

Fields

cert_sha1_hash

public const short cert_sha1_hash = 3

Field Value

short

key_sha1_hash

public const short key_sha1_hash = 1

Field Value

short

pre_agreed

public const short pre_agreed = 0

Field Value

short

x509_name

public const short x509_name = 2

Field Value

short

Methods

GetName(short)

public static string GetName(short identifierType)

Parameters

identifierType short

Returns

string

GetText(short)

public static string GetText(short identifierType)

Parameters

identifierType short

Returns

string