public final class Digest extends Object implements Serializable
| Constructor and Description |
|---|
Digest() |
Digest(DigestAlgorithm algorithm,
byte[] value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
DigestAlgorithm |
getAlgorithm() |
byte[] |
getValue() |
int |
hashCode() |
void |
setAlgorithm(DigestAlgorithm algorithm) |
void |
setValue(byte[] value) |
String |
toString() |
public Digest()
public Digest(DigestAlgorithm algorithm, byte[] value)
public DigestAlgorithm getAlgorithm()
public void setAlgorithm(DigestAlgorithm algorithm)
algorithm - the algorithm to setpublic byte[] getValue()
public void setValue(byte[] value)
value - the value to setCopyright © 2018. All rights reserved.