Class RevocationKey

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

public class RevocationKey extends SignatureSubpacket
Deprecated.
since RFC9580
Represents revocation key OpenPGP signature sub packet. Note: This packet is deprecated. Applications MUST NOT generate such a packet.
See Also:
  • Constructor Details

    • RevocationKey

      public RevocationKey(boolean isCritical, boolean isLongLength, byte[] data)
      Deprecated.
    • RevocationKey

      public RevocationKey(boolean isCritical, byte signatureClass, int keyAlgorithm, byte[] fingerprint)
      Deprecated.
  • Method Details

    • getSignatureClass

      public byte getSignatureClass()
      Deprecated.
    • getAlgorithm

      public int getAlgorithm()
      Deprecated.
    • getFingerprint

      public byte[] getFingerprint()
      Deprecated.
    • getKeyIdentifier

      public KeyIdentifier getKeyIdentifier()
      Deprecated.