Searched refs:digestIn (Results 1 – 2 of 2) sorted by relevance
251 try (DigestInputStream digestIn = new DigestInputStream(in, in hash() argument254 FileUtils.copy(digestIn, out); in hash()255 return digestIn.getMessageDigest().digest(); in hash()
136 try (DigestInputStream digestIn = new DigestInputStream(in, in hash() argument139 FileUtils.copy(digestIn, out); in hash()140 return digestIn.getMessageDigest().digest(); in hash()