C# Class Org.BouncyCastle.Security.SignerUtilities

Signer Utility class contains methods that can not be specifically grouped into other classes.
Afficher le fichier Open project: JamieMellway/iTextSharpLGPL-Monotouch Class Usage Examples

Méthodes publiques

Méthode Description
GetEncodingName ( DerObjectIdentifier oid ) : string
GetObjectIdentifier ( string mechanism ) : DerObjectIdentifier

Returns a ObjectIdentifier for a give encoding.

GetSigner ( DerObjectIdentifier id ) : ISigner
GetSigner ( string algorithm ) : ISigner

Private Methods

Méthode Description
SignerUtilities ( ) : System

Method Details

GetEncodingName() public static méthode

public static GetEncodingName ( DerObjectIdentifier oid ) : string
oid DerObjectIdentifier
Résultat string

GetObjectIdentifier() public static méthode

Returns a ObjectIdentifier for a give encoding.
public static GetObjectIdentifier ( string mechanism ) : DerObjectIdentifier
mechanism string A string representation of the encoding.
Résultat DerObjectIdentifier

GetSigner() public static méthode

public static GetSigner ( DerObjectIdentifier id ) : ISigner
id DerObjectIdentifier
Résultat ISigner

GetSigner() public static méthode

public static GetSigner ( string algorithm ) : ISigner
algorithm string
Résultat ISigner