| Package | Description |
|---|---|
| com.helger.commons.messagedigest |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
MessageDigestGeneratorHelper.getAllDigestBytes(byte[] aContent,
int nOfs,
int nLength,
NonBlockingMessageDigestGenerator aMDGen) |
static byte[] |
MessageDigestGeneratorHelper.getAllDigestBytes(byte[] aContent,
NonBlockingMessageDigestGenerator aMDGen) |
static byte[] |
MessageDigestGeneratorHelper.getAllDigestBytesFromInputStream(InputStream aIS,
NonBlockingMessageDigestGenerator aMDGen)
Create a hash value from the complete input stream.
|
Copyright © 2014–2015 Philip Helger. All rights reserved.