org.bouncycastle.bcpg.sig
Class NotationData
java.lang.Object
|
+--org.bouncycastle.bcpg.SignatureSubpacket
|
+--org.bouncycastle.bcpg.sig.NotationData
- public class NotationData
- extends SignatureSubpacket
Class provided a NotationData object according to
RFC2440, Chapter 5.2.3.15. Notation Data
Constructor Summary |
NotationData(boolean critical,
boolean isLongLength,
byte[] data)
|
NotationData(boolean critical,
boolean humanReadable,
java.lang.String notationName,
java.lang.String notationValue)
|
Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
notify,
notifyAll,
toString,
wait,
wait,
wait |
HEADER_FLAG_LENGTH
public static final int HEADER_FLAG_LENGTH
HEADER_NAME_LENGTH
public static final int HEADER_NAME_LENGTH
HEADER_VALUE_LENGTH
public static final int HEADER_VALUE_LENGTH
NotationData
public NotationData(boolean critical,
boolean isLongLength,
byte[] data)
NotationData
public NotationData(boolean critical,
boolean humanReadable,
java.lang.String notationName,
java.lang.String notationValue)
isHumanReadable
public boolean isHumanReadable()
getNotationName
public java.lang.String getNotationName()
getNotationValue
public java.lang.String getNotationValue()
getNotationValueBytes
public byte[] getNotationValueBytes()