public class NotationData extends SignatureSubpacket
Modifier and Type | Field and Description |
---|---|
static int |
HEADER_FLAG_LENGTH |
static int |
HEADER_NAME_LENGTH |
static int |
HEADER_VALUE_LENGTH |
data
Constructor and Description |
---|
NotationData(boolean critical,
boolean isLongLength,
byte[] data) |
NotationData(boolean critical,
boolean humanReadable,
java.lang.String notationName,
java.lang.String notationValue) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getNotationName() |
java.lang.String |
getNotationValue() |
byte[] |
getNotationValueBytes() |
boolean |
isHumanReadable() |
encode, equals, getData, getType, hashCode, isCritical, isLongLength
public static final int HEADER_FLAG_LENGTH
public static final int HEADER_NAME_LENGTH
public static final int HEADER_VALUE_LENGTH