|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Digest | |
---|---|
org.restlet.resource | Common resource and representation data elements. |
org.restlet.util | Utility classes and interfaces used in the rest of the API. |
Uses of Digest in org.restlet.resource |
---|
Methods in org.restlet.resource that return Digest | |
---|---|
Digest |
Representation.computeDigest(java.lang.String algorithm)
Compute the representation digest according to the given algorithm. Since this method reads entirely the representation's stream, user must take care of the content of the representation in case the latter is transient. |
Digest |
DigestRepresentation.computeDigest(java.lang.String algorithm)
Compute the representation digest according to the given algorithm. Since this method reads entirely the representation's stream, user must take care of the content of the representation in case the latter is transient. |
Digest |
DigestRepresentation.getComputedDigest()
Returns the current computed digest value of the representation. |
Digest |
Representation.getDigest()
Returns the representation digest if any. |
Methods in org.restlet.resource 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.computeDigest(java.lang.String algorithm)
|
Digest |
WrapperRepresentation.getDigest()
|
Methods in org.restlet.util with parameters of type Digest | |
---|---|
void |
WrapperRepresentation.setDigest(Digest digest)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |