|
Bouncy Castle Cryptography Library 1.49 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.bcpg.SignatureSubpacket
org.bouncycastle.bcpg.sig.RevocationReason
public class RevocationReason
Represents revocation reason OpenPGP signature sub packet.
Field Summary |
---|
Fields inherited from class org.bouncycastle.bcpg.SignatureSubpacket |
---|
data |
Constructor Summary | |
---|---|
RevocationReason(boolean isCritical,
byte[] data)
|
|
RevocationReason(boolean isCritical,
byte reason,
java.lang.String description)
|
Method Summary | |
---|---|
java.lang.String |
getRevocationDescription()
|
byte |
getRevocationReason()
|
Methods inherited from class org.bouncycastle.bcpg.SignatureSubpacket |
---|
encode, getData, getType, isCritical |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RevocationReason(boolean isCritical, byte[] data)
public RevocationReason(boolean isCritical, byte reason, java.lang.String description)
Method Detail |
---|
public byte getRevocationReason()
public java.lang.String getRevocationDescription()
|
Bouncy Castle Cryptography Library 1.49 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |