DataStructure
public class Hash512 extends SimpleDataStructure
修飾子とタイプ | フィールド | 説明 |
---|---|---|
static int |
HASH_LENGTH |
_data
修飾子とタイプ | メソッド | 説明 |
---|---|---|
int |
length() |
The legal length of the byte array in this data structure
|
read
calculateHash, equals, fromBase64, fromByteArray, getData, hashCode, readBytes, setData, toBase64, toByteArray, toString, writeBytes
public 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()
SimpleDataStructure
length
クラス内 SimpleDataStructure