|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |