public class Hash512 extends SimpleDataStructure
Modifier and Type | Field and Description |
---|---|
static int |
HASH_LENGTH |
_data
Modifier and Type | Method and Description |
---|---|
int |
length()
The legal length of the byte array in this data structure
|
calculateHash, equals, fromBase64, fromByteArray, getData, hashCode, readBytes, setData, toBase64, toByteArray, toString, writeBytes
read
public static final int HASH_LENGTH
public Hash512()
public Hash512(byte[] data)
IllegalArgumentException
- if data is not correct length (null is ok)public int length()
SimpleDataStructure
length
in class SimpleDataStructure