Uses of Class
org.modeshape.common.util.SecureHash.HashingInputStream

Packages that use SecureHash.HashingInputStream
org.modeshape.common.util A set of miscellaneous utilities. 
 

Uses of SecureHash.HashingInputStream in org.modeshape.common.util
 

Methods in org.modeshape.common.util that return SecureHash.HashingInputStream
static SecureHash.HashingInputStream SecureHash.createHashingStream(SecureHash.Algorithm algorithm, InputStream inputStream)
          Create an InputStream instance that wraps another stream and that computes the secure hash (using the algorithm with the supplied name) as the returned stream is used.
static SecureHash.HashingInputStream SecureHash.createHashingStream(String digestName, InputStream inputStream)
          Create an InputStream instance that wraps another stream and that computes the secure hash (using the algorithm with the supplied name) as the returned stream is used.
 



Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.