public abstract class Sha512Encrypt extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ALGORITHM |
static String |
DEFAULT_CHARSET |
| Constructor and Description |
|---|
Sha512Encrypt() |
| Modifier and Type | Method and Description |
|---|---|
static String |
sha512Encrypt(String message,
String salt) |
static String |
sha512Encrypt(String message,
String salt,
String charset) |
public static final String DEFAULT_CHARSET
public static final String ALGORITHM
Copyright © 2018. All rights reserved.