Class DefaultMacAlgorithmFinder
- Namespace
- Org.BouncyCastle.Operators.Utilities
- Assembly
- BouncyCastle.Cryptography.dll
public class DefaultMacAlgorithmFinder : IMacAlgorithmFinder
- Inheritance
-
DefaultMacAlgorithmFinder
- Implements
- Inherited Members
Constructors
DefaultMacAlgorithmFinder()
protected DefaultMacAlgorithmFinder()
Fields
Instance
public static readonly DefaultMacAlgorithmFinder Instance
Field Value
Methods
Find(string)
Find the MAC algorithm identifier that matches with the passed in MAC name.
public virtual AlgorithmIdentifier Find(string macName)
Parameters
macNamestringthe name of the MAC algorithm of interest.
Returns
- AlgorithmIdentifier
an algorithm identifier for the MAC name.