|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
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.ASN1ObjectIdentifier digestOid)
Find the algorithm identifier that matches with the passed in digest OID. |
org.bouncycastle.asn1.x509.AlgorithmIdentifier |
find(java.lang.String digAlgName)
Find the algorithm identifier that matches with the passed in digest name. |
Method Detail |
public org.bouncycastle.asn1.x509.AlgorithmIdentifier find(org.bouncycastle.asn1.x509.AlgorithmIdentifier sigAlgId)
sigAlgId
- the signature algorithm of interest.public org.bouncycastle.asn1.x509.AlgorithmIdentifier find(org.bouncycastle.asn1.ASN1ObjectIdentifier digestOid)
digestOid
- the OID of the digest algorithm of interest.public org.bouncycastle.asn1.x509.AlgorithmIdentifier find(java.lang.String digAlgName)
digAlgName
- the name of the digest algorithm of interest.
|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |