IDigestAlgorithmFinderFind(AlgorithmIdentifier) Method

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

Definition

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

Parameters

signatureAlgorithm  AlgorithmIdentifier
the signature algorithm of interest.

Return Value

AlgorithmIdentifier
an algorithm identifier for the corresponding digest.

See Also