Package | Description |
---|---|
org.restlet.representation |
Common representation data elements.
|
org.restlet.util |
Various utility classes.
|
Modifier and Type | Method and Description |
---|---|
Digest |
DigesterRepresentation.computeDigest()
Compute the representation digest according to MD5 algorithm.
|
Digest |
DigesterRepresentation.computeDigest(java.lang.String algorithm)
Compute the representation digest according to the given algorithm.
|
Digest |
DigesterRepresentation.getComputedDigest()
Returns the current computed digest value of the representation.
|
Digest |
Representation.getDigest()
Returns the representation digest if any.
|
Modifier and Type | Method and Description |
---|---|
void |
Representation.setDigest(Digest digest)
Sets the representation digest.
|
Modifier and Type | Method and Description |
---|---|
Digest |
WrapperRepresentation.getDigest() |
Modifier and Type | Method and Description |
---|---|
void |
WrapperRepresentation.setDigest(Digest digest) |
Copyright © 2005-2024 Restlet.