public class DigestAlgorithmAndValue
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
DigestAlgorithm |
getAlgorithm()
Returns the digest algorithm.
|
byte[] |
getValue()
Returns the digest value.
|
void |
setAlgorithm(DigestAlgorithm algorithm) |
void |
setValue(byte[] value) |
public DigestAlgorithm getAlgorithm()
public void setAlgorithm(DigestAlgorithm algorithm)
public byte[] getValue()
public void setValue(byte[] value)