Table of Contents

Class CertificateType

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

RFC 6091

public abstract class CertificateType
Inheritance
CertificateType
Inherited Members

Fields

OpenPGP

public const short OpenPGP = 1

Field Value

short

RawPublicKey

public const short RawPublicKey = 2

Field Value

short

X509

public const short X509 = 0

Field Value

short

Methods

IsValid(short)

public static bool IsValid(short certificateType)

Parameters

certificateType short

Returns

bool