DataStructurepublic class Hash512 extends SimpleDataStructure
| 修飾子とタイプ | フィールド | 説明 |
|---|---|---|
static int |
HASH_LENGTH |
_data| 修飾子とタイプ | メソッド | 説明 |
|---|---|---|
int |
length() |
The legal length of the byte array in this data structure
|
readcalculateHash, equals, fromBase64, fromByteArray, getData, hashCode, readBytes, setData, toBase64, toByteArray, toString, writeBytespublic static final int HASH_LENGTH
public Hash512()
public Hash512(byte[] data)
java.lang.IllegalArgumentException - if data is not correct length (null is ok)public int length()
SimpleDataStructurelength クラス内 SimpleDataStructure