public class DefaultHashFunction extends java.lang.Object implements StableHash.HashFunction
Modifier and Type | Field and Description |
---|---|
(package private) static java.security.MessageDigest |
_digest
Deprecated.
|
Constructor and Description |
---|
DefaultHashFunction()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
hash(java.lang.Object obj)
Deprecated.
|
private java.lang.String |
toHexString(byte[] digestBytes)
Deprecated.
|
public int hash(java.lang.Object obj)
hash
in interface StableHash.HashFunction
private java.lang.String toHexString(byte[] digestBytes)