Class IssuerKeyID

java.lang.Object
org.bouncycastle.bcpg.SignatureSubpacket
org.bouncycastle.bcpg.sig.IssuerKeyID

public class IssuerKeyID extends SignatureSubpacket
Signature Subpacket containing the key-id of the issuers signing (sub-) key. If the version of that key is greater than 4, this subpacket MUST NOT be included in the signature. For these keys, consider the IssuerFingerprint subpacket instead.
See Also:
  • Constructor Details

    • IssuerKeyID

      public IssuerKeyID(boolean critical, boolean isLongLength, byte[] data)
    • IssuerKeyID

      public IssuerKeyID(boolean critical, long keyID)
  • Method Details

    • keyIDToBytes

      protected static byte[] keyIDToBytes(long keyId)
    • getKeyID

      public long getKeyID()
    • getKeyIdentifier

      public KeyIdentifier getKeyIdentifier()