public class RevocationReason extends SignatureSubpacket
data
Constructor and Description |
---|
RevocationReason(boolean isCritical,
boolean isLongLength,
byte[] data) |
RevocationReason(boolean isCritical,
byte reason,
String description) |
Modifier and Type | Method and Description |
---|---|
String |
getRevocationDescription() |
byte |
getRevocationReason() |
encode, getData, getType, isCritical, isLongLength
public RevocationReason(boolean isCritical, boolean isLongLength, byte[] data)
public RevocationReason(boolean isCritical, byte reason, String description)
public byte getRevocationReason()
public String getRevocationDescription()
Copyright © 2018 BouncyCastle.org. All rights reserved.