Table of Contents

Class RevocationKey

Namespace
Enterprises.Org.BouncyCastle.Bcpg
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class RevocationKey : SignatureSubpacket
Inheritance
RevocationKey
Inherited Members

Constructors

RevocationKey(bool, RevocationKeyTag, PublicKeyAlgorithmTag, byte[])

public RevocationKey(bool isCritical, RevocationKeyTag signatureClass, PublicKeyAlgorithmTag keyAlgorithm, byte[] fingerprint)

Parameters

isCritical bool
signatureClass RevocationKeyTag
keyAlgorithm PublicKeyAlgorithmTag
fingerprint byte[]

RevocationKey(bool, bool, byte[])

public RevocationKey(bool isCritical, bool isLongLength, byte[] data)

Parameters

isCritical bool
isLongLength bool
data byte[]

Properties

Algorithm

public virtual PublicKeyAlgorithmTag Algorithm { get; }

Property Value

PublicKeyAlgorithmTag

SignatureClass

public virtual RevocationKeyTag SignatureClass { get; }

Property Value

RevocationKeyTag

Methods

GetFingerprint()

public virtual byte[] GetFingerprint()

Returns

byte[]