Interface IMacAlgorithmFinder
- Namespace
- Org.BouncyCastle.Operators.Utilities
- Assembly
- BouncyCastle.Cryptography.dll
public interface IMacAlgorithmFinder
Methods
Find(string)
Find the MAC algorithm identifier that matches with the passed in MAC name.
AlgorithmIdentifier Find(string macName)
Parameters
macNamestringthe name of the MAC algorithm of interest.
Returns
- AlgorithmIdentifier
an algorithm identifier for the MAC name.