public interface SignatureAlgorithmIdentifierFinder
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.asn1.x509.AlgorithmIdentifier |
find(java.lang.String sigAlgName)
Find the signature algorithm identifier that matches with
the passed in signature algorithm name.
|
org.bouncycastle.asn1.x509.AlgorithmIdentifier find(java.lang.String sigAlgName)
sigAlgName - the name of the signature algorithm of interest.