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

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

Méthodes publiques

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

Private Methods

Méthode Description
IntToByteArray ( int v ) : byte[]

Method Details

GetPreferences() public méthode

public GetPreferences ( ) : int[]
Résultat int[]

PreferredAlgorithms() public méthode

public PreferredAlgorithms ( SignatureSubpacketTag type, bool critical, byte data ) : System
type SignatureSubpacketTag
critical bool
data byte
Résultat System

PreferredAlgorithms() public méthode

public PreferredAlgorithms ( SignatureSubpacketTag type, bool critical, int preferences ) : System
type SignatureSubpacketTag
critical bool
preferences int
Résultat System