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(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)
sigAlgId
- the signature algorithm of interest.org.bouncycastle.asn1.x509.AlgorithmIdentifier find(String digAlgName)
digAlgName
- the name of the digest algorithm of interest.Copyright © 2016 BouncyCastle.org. All rights reserved.