public class Hash extends Object
| Modifier and Type | Method and Description |
|---|---|
byte[] |
bytes()
Returns the byte array representing this hash value.
|
boolean |
equals(Object obj) |
int |
hashCode() |
BigInteger |
toBigInteger()
Returns a non-negative
BigInteger representing this hash value. |
String |
toHexString()
Returns a hexadecimal
String representation of this hash value. |
String |
toString() |
String |
toString(String chars)
Returns a
String representation of this hash value using the given chars as digits. |
public final byte[] bytes()
public final BigInteger toBigInteger()
BigInteger representing this hash value.public final String toHexString()
String representation of this hash value.public final String toString(String chars)
String representation of this hash value using the given chars as digits.Copyright © 2025 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.