Package org.bouncycastle.bcpg.sig
Class RevocationKey
- java.lang.Object
-
- org.bouncycastle.bcpg.SignatureSubpacket
-
- org.bouncycastle.bcpg.sig.RevocationKey
-
public class RevocationKey extends SignatureSubpacket
Deprecated.since RFC9580Represents 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
-
-
Field Summary
-
Fields inherited from class org.bouncycastle.bcpg.SignatureSubpacket
data
-
-
Constructor Summary
Constructors Constructor Description RevocationKey(boolean isCritical, boolean isLongLength, byte[] data)
Deprecated.RevocationKey(boolean isCritical, byte signatureClass, int keyAlgorithm, byte[] fingerprint)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description 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
-
-
-
-
Method Detail
-
getSignatureClass
public byte getSignatureClass()
Deprecated.
-
getAlgorithm
public int getAlgorithm()
Deprecated.
-
getFingerprint
public byte[] getFingerprint()
Deprecated.
-
getKeyIdentifier
public KeyIdentifier getKeyIdentifier()
Deprecated.
-
-