public class NotationData extends SignatureSubpacket
Modifier and Type | Field | Description |
---|---|---|
static int |
HEADER_FLAG_LENGTH |
|
static int |
HEADER_NAME_LENGTH |
|
static int |
HEADER_VALUE_LENGTH |
data
Constructor | 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 | Description |
---|---|---|
java.lang.String |
getNotationName() |
|
java.lang.String |
getNotationValue() |
|
byte[] |
getNotationValueBytes() |
|
boolean |
isHumanReadable() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
encode, getData, getType, isCritical, isLongLength
public static final int HEADER_FLAG_LENGTH
public static final int HEADER_NAME_LENGTH
public static final int HEADER_VALUE_LENGTH