public class Hash384 extends SimpleDataStructure
Common uses in I2P include:
| Modifier and Type | Field and Description |
|---|---|
static int | HASH_LENGTH48 bytes |
_data| Constructor and Description |
|---|
Hash384()Hash384. |
Hash384(byte[] data)IllegalArgumentException if data is not correct length (null is ok). |
| Modifier and Type | Method and Description |
|---|---|
int | length()Hash length in bytes. |
calculateHash, equals, fromBase64, fromByteArray, getData, hashCode, read, readBytes, setData, toBase64, toByteArray, toString, writeBytespublic static final int HASH_LENGTH
public Hash384()
public Hash384(byte[] data)
IllegalArgumentException - if data is not correct length (null is ok)public int length()
length in class SimpleDataStructure