public interface SymmetricCrypto extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
decryptStr(String data)
解密Hex(16进制)或Base64表示的字符串,默认UTF-8编码
|
String |
encryptBase64(String data)
加密,使用UTF-8编码
|
void |
initEncryptAlgorithm(String dataEncryptKey)
初始化加密算法
|
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.