Table of Contents

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

DefaultMacAlgorithmFinder

Methods

Find(string)

Find the MAC algorithm identifier that matches with the passed in MAC name.

public virtual AlgorithmIdentifier Find(string macName)

Parameters

macName string

the name of the MAC algorithm of interest.

Returns

AlgorithmIdentifier

an algorithm identifier for the MAC name.