Class MessageDigestUtils


  • public class MessageDigestUtils
    extends Object
    • Constructor Detail

      • MessageDigestUtils

        public MessageDigestUtils()
    • Method Detail

      • getDigestName

        public static String getDigestName​(ASN1ObjectIdentifier digestAlgOID)
        Attempt to find a standard JCA name for the digest represented by the passed in OID.
        Parameters:
        digestAlgOID - the OID of the digest algorithm of interest.
        Returns:
        a string representing the standard name - the OID as a string if none available.