Constructor and Description |
---|
RsaUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
bytesToString(byte[] src) |
static byte[] |
decryptBASE64(String key) |
static String |
encryptBASE64(byte[] key) |
static byte[] |
encryptHMAC(byte[] data,
String key) |
static byte[] |
encryptMD5(byte[] data) |
static byte[] |
encryptSHA(byte[] data) |
static String |
initMacKey() |
public static final String KEY_MAC
Copyright © 2022. All rights reserved.