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

Inheritance: SignatureSubpacket
ファイルを表示 Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
GetPreferences ( ) : int[]
PreferredAlgorithms ( SignatureSubpacketTag type, bool critical, byte data ) : System
PreferredAlgorithms ( SignatureSubpacketTag type, bool critical, int preferences ) : System

Private Methods

Method Description
IntToByteArray ( int v ) : byte[]

Method Details

GetPreferences() public method

public GetPreferences ( ) : int[]
return int[]

PreferredAlgorithms() public method

public PreferredAlgorithms ( SignatureSubpacketTag type, bool critical, byte data ) : System
type SignatureSubpacketTag
critical bool
data byte
return System

PreferredAlgorithms() public method

public PreferredAlgorithms ( SignatureSubpacketTag type, bool critical, int preferences ) : System
type SignatureSubpacketTag
critical bool
preferences int
return System