Package org.bouncycastle.bcpg.sig
Class RevocationKey
java.lang.Object
org.bouncycastle.bcpg.SignatureSubpacket
org.bouncycastle.bcpg.sig.RevocationKey
Deprecated.
since RFC9580
Represents revocation key OpenPGP signature sub packet.
Note: This packet is deprecated. Applications MUST NOT generate such a packet.
- See Also:
-
Field Summary
Fields inherited from class org.bouncycastle.bcpg.SignatureSubpacket
data
-
Constructor Summary
ConstructorsConstructorDescriptionRevocationKey
(boolean isCritical, boolean isLongLength, byte[] data) Deprecated.RevocationKey
(boolean isCritical, byte signatureClass, int keyAlgorithm, byte[] fingerprint) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionint
Deprecated.byte[]
Deprecated.Deprecated.byte
Deprecated.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) Deprecated. -
RevocationKey
public RevocationKey(boolean isCritical, byte signatureClass, int keyAlgorithm, byte[] fingerprint) Deprecated.
-
-
Method Details
-
getSignatureClass
public byte getSignatureClass()Deprecated. -
getAlgorithm
public int getAlgorithm()Deprecated. -
getFingerprint
public byte[] getFingerprint()Deprecated. -
getKeyIdentifier
Deprecated.
-