public interface SignatureAlgorithmIdentifierFinder
Modifier and Type | Method and Description |
---|---|
AlgorithmIdentifier |
find(String sigAlgName)
Find the signature algorithm identifier that matches with
the passed in signature algorithm name.
|
AlgorithmIdentifier find(String sigAlgName)
sigAlgName
- the name of the signature algorithm of interest.Copyright © 2021 BouncyCastle.org. All rights reserved.