public class Hash extends Object implements Serializable
| Constructor and Description |
|---|
Hash(Algorithm algorithm,
byte[] value)
Constructor for Hash.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static Hash |
fromHex(Algorithm algorithm,
String valueAsHex)
Creates a hash from the given hex value
|
Algorithm |
getAlgorithm()
Getter for the field
algorithm. |
byte[] |
getValue()
Getter for the field
value. |
String |
getValueAsHex()
getValueAsHex
|
int |
hashCode() |
String |
toString() |
Copyright © 2007–2016 cedarsoft GmbH. All rights reserved.