Table of Contents

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

macName string

the name of the MAC algorithm of interest.

Returns

AlgorithmIdentifier

an algorithm identifier for the MAC name.