public class MessageDigestUtils
extends java.lang.Object
| Constructor and Description |
|---|
MessageDigestUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getDigestName(ASN1ObjectIdentifier digestAlgOID)
Attempt to find a standard JCA name for the digest represented by the passed in OID.
|
public static java.lang.String getDigestName(ASN1ObjectIdentifier digestAlgOID)
digestAlgOID - the OID of the digest algorithm of interest.