public class DefaultDigestAlgorithmIdentifierFinder extends Object implements DigestAlgorithmIdentifierFinder
Constructor and Description |
---|
DefaultDigestAlgorithmIdentifierFinder() |
Modifier and Type | Method and Description |
---|---|
AlgorithmIdentifier |
find(AlgorithmIdentifier sigAlgId)
Find the digest algorithm identifier that matches with
the passed in signature algorithm identifier.
|
AlgorithmIdentifier |
find(String digAlgName)
Find the algorithm identifier that matches with
the passed in digest name.
|
public DefaultDigestAlgorithmIdentifierFinder()
public AlgorithmIdentifier find(AlgorithmIdentifier sigAlgId)
DigestAlgorithmIdentifierFinder
find
in interface DigestAlgorithmIdentifierFinder
sigAlgId
- the signature algorithm of interest.public AlgorithmIdentifier find(String digAlgName)
DigestAlgorithmIdentifierFinder
find
in interface DigestAlgorithmIdentifierFinder
digAlgName
- the name of the digest algorithm of interest.Copyright © 2020 BouncyCastle.org. All rights reserved.