Package org.bouncycastle.bcpg.sig
Class RevocationKey
java.lang.Object
org.bouncycastle.bcpg.SignatureSubpacket
org.bouncycastle.bcpg.sig.RevocationKey
Represents revocation key OpenPGP signature sub packet.
-
Field Summary
Fields inherited from class org.bouncycastle.bcpg.SignatureSubpacket
data
-
Constructor Summary
ConstructorsConstructorDescriptionRevocationKey
(boolean isCritical, boolean isLongLength, byte[] data) RevocationKey
(boolean isCritical, byte signatureClass, int keyAlgorithm, byte[] fingerprint) -
Method Summary
Modifier and TypeMethodDescriptionint
byte[]
byte
Methods inherited from class org.bouncycastle.bcpg.SignatureSubpacket
encode, equals, getData, getType, hashCode, isCritical, isLongLength
-
Constructor Details
-
RevocationKey
public RevocationKey(boolean isCritical, boolean isLongLength, byte[] data) -
RevocationKey
public RevocationKey(boolean isCritical, byte signatureClass, int keyAlgorithm, byte[] fingerprint)
-
-
Method Details
-
getSignatureClass
public byte getSignatureClass() -
getAlgorithm
public int getAlgorithm() -
getFingerprint
public byte[] getFingerprint()
-