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