C# Class Org.BouncyCastle.Security.WrapperUtilities

Utility class for creating IWrapper objects from their names/Oids
Mostra file Open project: red-gate/iTextSharp-4.1.6

Public Methods

Method Description
GetAlgorithmName ( DerObjectIdentifier oid ) : string
GetWrapper ( DerObjectIdentifier oid ) : IWrapper
GetWrapper ( string algorithm ) : IWrapper

Private Methods

Method Description
WrapperUtilities ( ) : System

Method Details

GetAlgorithmName() public static method

public static GetAlgorithmName ( DerObjectIdentifier oid ) : string
oid Org.BouncyCastle.Asn1.DerObjectIdentifier
return string

GetWrapper() public static method

public static GetWrapper ( DerObjectIdentifier oid ) : IWrapper
oid Org.BouncyCastle.Asn1.DerObjectIdentifier
return IWrapper

GetWrapper() public static method

public static GetWrapper ( string algorithm ) : IWrapper
algorithm string
return IWrapper