Bouncy Castle Cryptography Library 1.49

org.bouncycastle.bcpg.sig
Class RevocationKey

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

public class RevocationKey
extends SignatureSubpacket

Represents revocation key OpenPGP signature sub packet.


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

Constructor Detail

RevocationKey

public RevocationKey(boolean isCritical,
                     byte[] data)

RevocationKey

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

getSignatureClass

public byte getSignatureClass()

getAlgorithm

public int getAlgorithm()

getFingerprint

public byte[] getFingerprint()

Bouncy Castle Cryptography Library 1.49