Table of Contents

Interface ISignatureAlgorithmFinder

Namespace
Org.BouncyCastle.Operators.Utilities
Assembly
BouncyCastle.Cryptography.dll
public interface ISignatureAlgorithmFinder

Methods

Find(string)

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

AlgorithmIdentifier Find(string signatureName)

Parameters

signatureName string

the name of the signature algorithm of interest.

Returns

AlgorithmIdentifier

an algorithm identifier for the signature name.