IDigestAlgorithmFinderFind(String) Method
Find the digest algorithm identifier that matches with the passed in digest name.
Namespace: Org.BouncyCastle.Operators.UtilitiesAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
function Find(digestName);
- digestName String
- the name of the digest algorithm of interest.
AlgorithmIdentifieran algorithm identifier for the digest signature.