Searched refs:digestIn (Results 1 – 2 of 2) sorted by relevance
258 try (DigestInputStream digestIn = new DigestInputStream(in, in hash() argument261 FileUtils.copy(digestIn, out); in hash()262 return digestIn.getMessageDigest().digest(); in hash()
100 try (DigestInputStream digestIn = new DigestInputStream(in, in hash() argument103 FileUtils.copy(digestIn, out); in hash()104 return digestIn.getMessageDigest().digest(); in hash()