|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.jcajce.util.MessageDigestUtils
Constructor Summary | |
MessageDigestUtils()
|
Method Summary | |
static AlgorithmIdentifier |
getDigestAlgID(java.lang.String digestName)
Attempt to find a standard JCA name for the digest represented by the passed in OID. |
static java.lang.String |
getDigestName(ASN1ObjectIdentifier digestAlgOID)
Attempt to find a standard JCA name for the digest represented by the passed in OID. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MessageDigestUtils()
Method Detail |
public static AlgorithmIdentifier getDigestAlgID(java.lang.String digestName)
digestName
- name of the digest algorithm of interest.public static java.lang.String getDigestName(ASN1ObjectIdentifier digestAlgOID)
digestAlgOID
- the OID of the digest algorithm of interest.
|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |