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
Returns
GetCipher(DerObjectIdentifier)
public static IBufferedCipher GetCipher(DerObjectIdentifier oid)
Parameters
Returns
GetCipher(string)
public static IBufferedCipher GetCipher(string algorithm)
Parameters
algorithmstring