public interface DigestAlgorithmIdentifierFinder
| Modifier and Type | Method and Description |
|---|---|
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.Copyright © 2014. All rights reserved.