C# Class Org.BouncyCastle.Security.WrapperUtilities

Utility class for creating IWrapper objects from their names/Oids
Afficher le fichier Open project: red-gate/iTextSharp-4.1.6

Méthodes publiques

Méthode Description
GetAlgorithmName ( DerObjectIdentifier oid ) : string
GetWrapper ( DerObjectIdentifier oid ) : IWrapper
GetWrapper ( string algorithm ) : IWrapper

Private Methods

Méthode Description
WrapperUtilities ( ) : System

Method Details

GetAlgorithmName() public static méthode

public static GetAlgorithmName ( DerObjectIdentifier oid ) : string
oid Org.BouncyCastle.Asn1.DerObjectIdentifier
Résultat string

GetWrapper() public static méthode

public static GetWrapper ( DerObjectIdentifier oid ) : IWrapper
oid Org.BouncyCastle.Asn1.DerObjectIdentifier
Résultat IWrapper

GetWrapper() public static méthode

public static GetWrapper ( string algorithm ) : IWrapper
algorithm string
Résultat IWrapper