Table of Contents

Class CipherUtilities

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

Remarks

Cipher Utility class contains methods that can not be specifically grouped into other classes.

Methods

GetAlgorithmName(DerObjectIdentifier)

public static string GetAlgorithmName(DerObjectIdentifier oid)

Parameters

oid DerObjectIdentifier

Returns

string

GetCipher(DerObjectIdentifier)

public static IBufferedCipher GetCipher(DerObjectIdentifier oid)

Parameters

oid DerObjectIdentifier

Returns

IBufferedCipher

GetCipher(string)

public static IBufferedCipher GetCipher(string algorithm)

Parameters

algorithm string

Returns

IBufferedCipher