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
Constructor Summary |
RevocationKey(boolean isCritical,
boolean isLongLength,
byte[] data)
Deprecated. |
RevocationKey(boolean isCritical,
byte signatureClass,
int keyAlgorithm,
byte[] fingerprint)
Deprecated. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
RevocationKey
public RevocationKey(boolean isCritical,
boolean isLongLength,
byte[] data)
- Deprecated.
RevocationKey
public RevocationKey(boolean isCritical,
byte signatureClass,
int keyAlgorithm,
byte[] fingerprint)
- Deprecated.
getSignatureClass
public byte getSignatureClass()
- Deprecated.
getAlgorithm
public int getAlgorithm()
- Deprecated.
getFingerprint
public byte[] getFingerprint()
- Deprecated.
getKeyIdentifier
public KeyIdentifier getKeyIdentifier()
- Deprecated.