Table of Contents

Class DefaultSignatureAlgorithmIdentifierFinder

Namespace
Org.BouncyCastle.Cms
Assembly
BouncyCastle.Cryptography.dll
[Obsolete("Use 'Org.BouncyCastle.Operators.Utilities.DefaultSignatureAlgorithmFinder' instead")]
public class DefaultSignatureAlgorithmIdentifierFinder : ISignatureAlgorithmFinder
Inheritance
DefaultSignatureAlgorithmIdentifierFinder
Implements
Inherited Members

Methods

Find(string)

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

public AlgorithmIdentifier Find(string sigAlgName)

Parameters

sigAlgName string

Returns

AlgorithmIdentifier

an algorithm identifier for the signature name.