| Package | Description |
|---|---|
| com.phloc.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) |
IMessageDigestGenerator |
IMessageDigestGenerator.update(String sValue,
String sCharset)
Deprecated.
|
IMessageDigestGenerator |
AbstractMessageDigestGenerator.update(String aValue,
String sCharset)
Deprecated.
|
Copyright © 2006–2015 phloc systems. All rights reserved.