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,
String notationName,
String notationValue) |
Modifier and Type | Method and Description |
---|---|
String |
getNotationName() |
String |
getNotationValue() |
byte[] |
getNotationValueBytes() |
boolean |
isHumanReadable() |
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
Copyright © 2018 BouncyCastle.org. All rights reserved.