public class MessageDigestUtils extends Object
Constructor and Description |
---|
MessageDigestUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
getDigestName(ASN1ObjectIdentifier digestAlgOID)
Attempt to find a standard JCA name for the digest represented by the passed in OID.
|
public static String getDigestName(ASN1ObjectIdentifier digestAlgOID)
digestAlgOID
- the OID of the digest algorithm of interest.Copyright © 2020 BouncyCastle.org. All rights reserved.