| Package | Description |
|---|---|
| de.intarsys.tools.digest | |
| de.intarsys.tools.functor | |
| de.intarsys.tools.locator |
| Modifier and Type | Class and Description |
|---|---|
class |
Digest
The default
IDigest implementation. |
| Modifier and Type | Method and Description |
|---|---|
static IDigest |
DigestTools.createDigest(byte[] bytes) |
static IDigest |
DigestTools.createDigest(Object value) |
static IDigest |
DigestTools.createDigest(String algorithmName,
byte[] bytes) |
static IDigest |
DigestTools.decode(byte[] bytes) |
IDigest |
DigestTools.IDigestCodec.decode(byte[] bytes) |
IDigest |
IDigester.digest(byte[] bytes)
Digest bytes and return the resulting
IDigest. |
IDigest |
Digester.digest(byte[] input) |
static IDigest |
DigestTools.digest(IDigester digester,
InputStream is) |
IDigest |
IDigester.digestFinal()
Finalize a pending digest process with the data in the internal buffer.
|
IDigest |
Digester.digestFinal() |
| Modifier and Type | Method and Description |
|---|---|
Object |
CanonicalFromDigestConverter.convert(IDigest source) |
byte[] |
DigestTools.IDigestCodec.encode(IDigest digest) |
| Modifier and Type | Method and Description |
|---|---|
static IDigest |
ArgTools.getDigest(IArgs args,
String name)
The argument value at
name as an IDigest. |
| Modifier and Type | Method and Description |
|---|---|
static IDigest |
LocatorTools.digest(ILocator locator,
IDigester digester) |
static IDigest |
LocatorTools.digest(ILocator locator,
String algorithmName) |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.