Serializable, DataStructurepublic class Hash512 extends SimpleDataStructure
| Modifier and Type | Field | Description |
|---|---|---|
static int |
HASH_LENGTH |
_data| Modifier and Type | Method | Description |
|---|---|---|
int |
length() |
The legal length of the byte array in this data structure
|
readclone, finalize, getClass, notify, notifyAll, wait, wait, waitcalculateHash, equals, fromBase64, fromByteArray, getData, hashCode, readBytes, setData, toBase64, toByteArray, toString, writeBytespublic static final int HASH_LENGTH
public Hash512()
public Hash512(byte[] data)
IllegalArgumentException - if data is not correct length (null is ok)public int length()
SimpleDataStructurelength in class SimpleDataStructure