Table of Contents

Class WrapperUtilities

Namespace
Org.BouncyCastle.Security
Assembly
BouncyCastle.Cryptography.dll
public static class WrapperUtilities
Inheritance
WrapperUtilities
Inherited Members

Remarks

Utility class for creating IWrapper objects from their names/Oids

Methods

GetAlgorithmName(DerObjectIdentifier)

public static string GetAlgorithmName(DerObjectIdentifier oid)

Parameters

oid DerObjectIdentifier

Returns

string

GetWrapper(DerObjectIdentifier)

public static IWrapper GetWrapper(DerObjectIdentifier oid)

Parameters

oid DerObjectIdentifier

Returns

IWrapper

GetWrapper(string)

public static IWrapper GetWrapper(string algorithm)

Parameters

algorithm string

Returns

IWrapper