public class Checksum extends JSONBase
| Modifier and Type | Method and Description |
|---|---|
static Checksum |
create(String algorithm,
String checksum) |
boolean |
equals(Object obj) |
String |
getAlgorithm()
The algorithm used to calculate this checksum.
|
String |
getChecksum()
Value of the checksum.
|
int |
hashCode() |
Checksum |
setAlgorithm(String algorithm) |
Checksum |
setChecksum(String checksum) |