public class SHA512_Hash
extends java.lang.Object
| Constructor and Description |
|---|
SHA512_Hash() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
hash(byte[] buffer,
java.lang.String salt)
Hash a text
|
static byte[] |
hash(java.lang.String text,
java.lang.String salt)
Hash a text
|
public static byte[] hash(java.lang.String text,
java.lang.String salt)
text - a textsalt - a saltpublic static byte[] hash(byte[] buffer,
java.lang.String salt)
buffer - a buffersalt - a salt