Package org.bouncycastle.bcpg.sig
Class RevocationReason
java.lang.Object
org.bouncycastle.bcpg.SignatureSubpacket
org.bouncycastle.bcpg.sig.RevocationReason
Signature Subpacket for encoding the reason why a key was revoked.
- See Also:
-
Field Summary
Fields inherited from class org.bouncycastle.bcpg.SignatureSubpacket
data
-
Constructor Summary
ConstructorsConstructorDescriptionRevocationReason
(boolean isCritical, boolean isLongLength, byte[] data) RevocationReason
(boolean isCritical, byte reason, String description) -
Method Summary
Methods inherited from class org.bouncycastle.bcpg.SignatureSubpacket
encode, equals, getData, getType, hashCode, isCritical, isLongLength
-
Constructor Details
-
RevocationReason
public RevocationReason(boolean isCritical, boolean isLongLength, byte[] data) -
RevocationReason
-
-
Method Details
-
getRevocationReason
public byte getRevocationReason() -
getRevocationDescription
-