Bouncy Castle Cryptography Library 1.79

org.bouncycastle.bcpg.sig
Class RevocationKey

java.lang.Object
  |
  +--org.bouncycastle.bcpg.SignatureSubpacket
        |
        +--org.bouncycastle.bcpg.sig.RevocationKey

Deprecated. since RFC9580

public class RevocationKey
extends SignatureSubpacket

Represents revocation key OpenPGP signature sub packet. Note: This packet is deprecated. Applications MUST NOT generate such a packet.

See Also:
RFC4880 - Revocation Key, RFC9580 - Revocation Key

Fields inherited from class org.bouncycastle.bcpg.SignatureSubpacket
data
 
Constructor Summary
RevocationKey(boolean isCritical, boolean isLongLength, byte[] data)
          Deprecated.  
RevocationKey(boolean isCritical, byte signatureClass, int keyAlgorithm, byte[] fingerprint)
          Deprecated.  
 
Method Summary
 int getAlgorithm()
          Deprecated.  
 byte[] getFingerprint()
          Deprecated.  
 KeyIdentifier getKeyIdentifier()
          Deprecated.  
 byte getSignatureClass()
          Deprecated.  
 
Methods inherited from class org.bouncycastle.bcpg.SignatureSubpacket
encode, equals, getData, getType, hashCode, isCritical, isLongLength
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RevocationKey

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

RevocationKey

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

getSignatureClass

public byte getSignatureClass()
Deprecated. 

getAlgorithm

public int getAlgorithm()
Deprecated. 

getFingerprint

public byte[] getFingerprint()
Deprecated. 

getKeyIdentifier

public KeyIdentifier getKeyIdentifier()
Deprecated. 

Bouncy Castle Cryptography Library 1.79