Searched defs:hashing (Results 1 - 3 of 3) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/tools/manifest/
H A DUtils.java50 * @return The MessageDigest object after doing the hashing.
52 public static MessageDigest hashing(MessageDigest md, InputStream in){ method in class:Utils
67 * @param algorithm The string to indicate the hashing algorithm to be used.
75 return hashing(md, in).digest();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/tools/manifest/
H A DUtils.java50 * @return The MessageDigest object after doing the hashing.
52 public static MessageDigest hashing(MessageDigest md, InputStream in){ method in class:Utils
67 * @param algorithm The string to indicate the hashing algorithm to be used.
75 return hashing(md, in).digest();
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-plugins/src/main/java/com/sun/identity/diagnostic/plugin/services/tamper/
H A DTamperDetectionUtils.java92 return hashing(md, in).digest();
95 private static MessageDigest hashing(MessageDigest md, InputStream in) method in class:TamperDetectionUtils

Completed in 38 milliseconds