public class IssuerKeyID extends SignatureSubpacket
IssuerFingerprint
subpacket instead.data
Constructor and Description |
---|
IssuerKeyID(boolean critical,
boolean isLongLength,
byte[] data) |
IssuerKeyID(boolean critical,
long keyID) |
Modifier and Type | Method and Description |
---|---|
long |
getKeyID() |
KeyIdentifier |
getKeyIdentifier() |
protected static byte[] |
keyIDToBytes(long keyId) |
encode, equals, getData, getType, hashCode, isCritical, isLongLength
public IssuerKeyID(boolean critical, boolean isLongLength, byte[] data)
public IssuerKeyID(boolean critical, long keyID)
protected static byte[] keyIDToBytes(long keyId)
public long getKeyID()
public KeyIdentifier getKeyIdentifier()