IDigestAlgorithmFinder Interface
Base interface for a finder of digest algorithm identifiers used with signatures.
Namespace: Org.BouncyCastle.Operators.UtilitiesAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public interface IDigestAlgorithmFinder
Public Interface IDigestAlgorithmFinder
public interface class IDigestAlgorithmFinder
Org.BouncyCastle.Operators.Utilities.IDigestAlgorithmFinder = function();
Org.BouncyCastle.Operators.Utilities.IDigestAlgorithmFinder.createInterface('Org.BouncyCastle.Operators.Utilities.IDigestAlgorithmFinder');
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.
|