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

Inheritance: SignatureSubpacket
Show file Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
Exportable ( bool critical, bool isExportable ) : System
Exportable ( bool critical, byte data ) : System
IsExportable ( ) : bool

Private Methods

Method Description
BooleanToByteArray ( bool val ) : byte[]

Method Details

Exportable() public method

public Exportable ( bool critical, bool isExportable ) : System
critical bool
isExportable bool
return System

Exportable() public method

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

IsExportable() public method

public IsExportable ( ) : bool
return bool