Searched refs:jcaAlgorithmName (Results 1 – 1 of 1) sorted by relevance
491 String jcaAlgorithmName = in computeContentDigests() local494 mds[i] = MessageDigest.getInstance(jcaAlgorithmName); in computeContentDigests()496 throw new RuntimeException(jcaAlgorithmName + " digest not supported", e); in computeContentDigests()548 String jcaAlgorithmName = getContentDigestAlgorithmJcaDigestAlgorithm(digestAlgorithm); in computeContentDigests() local551 md = MessageDigest.getInstance(jcaAlgorithmName); in computeContentDigests()553 throw new RuntimeException(jcaAlgorithmName + " digest not supported", e); in computeContentDigests()