Table of Contents

Class IssuerKeyId

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

Constructors

IssuerKeyId(bool, bool, byte[])

public IssuerKeyId(bool critical, bool isLongLength, byte[] data)

Parameters

critical bool
isLongLength bool
data byte[]

IssuerKeyId(bool, long)

public IssuerKeyId(bool critical, long keyId)

Parameters

critical bool
keyId long

Properties

KeyId

public long KeyId { get; }

Property Value

long

Methods

KeyIdToBytes(long)

protected static byte[] KeyIdToBytes(long keyId)

Parameters

keyId long

Returns

byte[]