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

Inheritance: SignatureSubpacket
Mostrar archivo Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method 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

Method Description
createData ( bool humanReadable, string notationName, string notationValue ) : byte[]

Method Details

GetNotationName() public method

public GetNotationName ( ) : string
return string

GetNotationValue() public method

public GetNotationValue ( ) : string
return string

GetNotationValueBytes() public method

public GetNotationValueBytes ( ) : byte[]
return byte[]

NotationData() public method

public NotationData ( bool critical, bool humanReadable, string notationName, string notationValue ) : System
critical bool
humanReadable bool
notationName string
notationValue string
return System

NotationData() public method

public NotationData ( bool critical, byte data ) : System
critical bool
data byte
return System