| Constructor and Description |
|---|
Digest(String algorithm,
String digestValue)
Create a Digest header representation.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm()
Get the algorithm.
|
String |
getDigest()
Get the digest value.
|
static Digest |
valueOf(String value)
Get a Digest object from a string-based header value.
|