Package | Description |
---|---|
org.modeshape.common.util |
A set of miscellaneous utilities.
|
Modifier and Type | Method and Description |
---|---|
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-2014 JBoss, a division of Red Hat. All Rights Reserved.