|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Digest | |
---|---|
org.restlet.representation | Common representation data elements. |
org.restlet.util | Various utility classes. |
Uses of Digest in org.restlet.representation |
---|
Methods in org.restlet.representation that return Digest | |
---|---|
Digest |
DigesterRepresentation.computeDigest()
Compute the representation digest according to MD5 algorithm. |
Digest |
DigesterRepresentation.computeDigest(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. |
Methods in org.restlet.representation with parameters of type Digest | |
---|---|
void |
Representation.setDigest(Digest digest)
Sets the representation digest. |
Uses of Digest in org.restlet.util |
---|
Methods in org.restlet.util that return Digest | |
---|---|
Digest |
WrapperRepresentation.getDigest()
|
Methods in org.restlet.util with parameters of type Digest | |
---|---|
void |
WrapperRepresentation.setDigest(Digest digest)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |