| Package | Description |
|---|---|
| net.shibboleth.utilities.java.support.codec |
A set of helper functions for encoding/decoding data to/from different formats.
|
| Modifier and Type | Field and Description |
|---|---|
private StringDigester.OutputFormat |
StringDigester.outputFormat
The output format instance used to determine how the digested byte[] is converted to the output String.
|
| Modifier and Type | Method and Description |
|---|---|
static StringDigester.OutputFormat |
StringDigester.OutputFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StringDigester.OutputFormat[] |
StringDigester.OutputFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
StringDigester(String algorithm,
StringDigester.OutputFormat format)
Constructor.
|
StringDigester(String algorithm,
StringDigester.OutputFormat format,
Charset charset)
Constructor.
|
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.