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

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

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

Methods in org.modeshape.common.util that return SecureHash.HashingReader
static SecureHash.HashingReader SecureHash.createHashingReader(SecureHash.Algorithm algorithm, Reader reader, Charset charset)
          Create an Reader instance that wraps another reader and that computes the secure hash (using the algorithm with the supplied name) as the returned Reader is used.
static SecureHash.HashingReader SecureHash.createHashingReader(String digestName, Reader reader, Charset charset)
          Create an Reader instance that wraps another reader and that computes the secure hash (using the algorithm with the supplied name) as the returned Reader is used.
 



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