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