Interface Checksum128
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]Big endian is the default in Java / network byte order.byte[]Big endian is used by most machines natively.long
-
Method Details
-
getValueHigh
long getValueHigh()- Returns:
- Returns the higher 64 bits of the 128 bit hash.
-
getValueBigInteger
BigInteger getValueBigInteger()- Returns:
- Positive value.
-
getValueHexString
String getValueHexString()- Returns:
- Padded with leading 0s to ensure length of 32.
-
getValueBytesBigEndian
byte[] getValueBytesBigEndian()Big endian is the default in Java / network byte order.- Returns:
- Big Endian bytes
-
getValueBytesLittleEndian
byte[] getValueBytesLittleEndian()Big endian is used by most machines natively.- Returns:
- Little Endian bytes
-