IDigestAlgorithmFinder Interface

Base interface for a finder of digest algorithm identifiers used with signatures.

Definition

Namespace: Org.BouncyCastle.Operators.Utilities
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public interface IDigestAlgorithmFinder

Methods

Find(AlgorithmIdentifier) Find the digest algorithm identifier that matches with the passed in signature algorithm identifier.
Find(DerObjectIdentifier) Find the digest algorithm identifier that matches with the passed in digest name.
Find(String) Find the digest algorithm identifier that matches with the passed in digest name.

See Also