Hash40
Creates an algorithmic hash of an object
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| The item to be hashed | |
|
|
| The supported {@link java.security.MessageDigest} algorithm (case-insensitive) |
|
|
|
| Applicable to strings ( default "utf-8" ) |
|
|
|
|
|
Examples
Related
Last updated