Class NotationData
- Namespace
- Org.BouncyCastle.Bcpg.Sig
- Assembly
- BouncyCastle.Cryptography.dll
public class NotationData : SignatureSubpacket
- Inheritance
-
NotationData
- Inherited Members
-
Constructors
NotationData(bool, bool, byte[])
public NotationData(bool critical, bool isLongLength, byte[] data)
Parameters
critical bool
isLongLength bool
data byte[]
NotationData(bool, bool, string, string)
public NotationData(bool critical, bool humanReadable, string notationName, string notationValue)
Parameters
critical bool
humanReadable bool
notationName string
notationValue string
Fields
public const int HeaderFlagLength = 4
Field Value
- int
public const int HeaderNameLength = 2
Field Value
- int
public const int HeaderValueLength = 2
Field Value
- int
Properties
IsHumanReadable
public bool IsHumanReadable { get; }
Property Value
- bool
Methods
GetNotationName()
public string GetNotationName()
Returns
- string
GetNotationValue()
public string GetNotationValue()
Returns
- string
GetNotationValueBytes()
public byte[] GetNotationValueBytes()
Returns
- byte[]