C# Class Org.BouncyCastle.Bcpg.Sig.NotationData

Inheritance: SignatureSubpacket
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode Description
GetNotationName ( ) : string
GetNotationValue ( ) : string
GetNotationValueBytes ( ) : byte[]
NotationData ( bool critical, bool humanReadable, string notationName, string notationValue ) : System
NotationData ( bool critical, byte data ) : System

Private Methods

Méthode Description
createData ( bool humanReadable, string notationName, string notationValue ) : byte[]

Method Details

GetNotationName() public méthode

public GetNotationName ( ) : string
Résultat string

GetNotationValue() public méthode

public GetNotationValue ( ) : string
Résultat string

GetNotationValueBytes() public méthode

public GetNotationValueBytes ( ) : byte[]
Résultat byte[]

NotationData() public méthode

public NotationData ( bool critical, bool humanReadable, string notationName, string notationValue ) : System
critical bool
humanReadable bool
notationName string
notationValue string
Résultat System

NotationData() public méthode

public NotationData ( bool critical, byte data ) : System
critical bool
data byte
Résultat System