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
IssuerKeyId(bool, long)
public IssuerKeyId(bool critical, long keyId)
Parameters
Properties
KeyId
public long KeyId { get; }
Property Value
Methods
KeyIdToBytes(long)
protected static byte[] KeyIdToBytes(long keyId)
Parameters
keyId
long
Returns
- byte[]