| Package | Description |
|---|---|
| com.helger.commons.messagedigest |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMessageDigestGenerator
Base class for creating a cryptographic hash value.
|
class |
MessageDigestGenerator
Base class for creating a cryptographic hash value.
|
class |
NonBlockingMessageDigestGenerator
Base class for creating a cryptographic hash value.
|
| Modifier and Type | Method and Description |
|---|---|
IMessageDigestGenerator |
NonBlockingMessageDigestGenerator.update(byte aValue) |
IMessageDigestGenerator |
IMessageDigestGenerator.update(byte aValue)
Update the hash with the given byte.
|
IMessageDigestGenerator |
IMessageDigestGenerator.update(byte[] aValue)
Update the hash with the given byte array.
|
IMessageDigestGenerator |
AbstractMessageDigestGenerator.update(byte[] aValue) |
IMessageDigestGenerator |
NonBlockingMessageDigestGenerator.update(byte[] aValue,
int nOfs,
int nLen) |
IMessageDigestGenerator |
IMessageDigestGenerator.update(byte[] aValue,
int nOffset,
int nLength)
Update the hash with a slice of the given byte array.
|
IMessageDigestGenerator |
IMessageDigestGenerator.update(String sValue,
Charset aCharset)
Update the hash with the bytes of the given string in the given charset.
|
IMessageDigestGenerator |
AbstractMessageDigestGenerator.update(String aValue,
Charset aCharset) |
Copyright © 2014–2015 Philip Helger. All rights reserved.