public interface DigestAlgorithmIdentifierFinder
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.
|
AlgorithmIdentifier find(AlgorithmIdentifier sigAlgId)
sigAlgId
- the signature algorithm of interest.AlgorithmIdentifier find(String digAlgName)
digAlgName
- the name of the digest algorithm of interest.Copyright © 2020 BouncyCastle.org. All rights reserved.