public class WxMaCryptUtils extends WxCryptUtil
aesKey, appidOrCorpid, token| 构造器和说明 |
|---|
WxMaCryptUtils(WxMaConfig config) |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
decrypt(String sessionKey,
String encryptedData,
String ivStr)
AES解密.
|
static String |
decryptAnotherWay(String sessionKey,
String encryptedData,
String ivStr)
AES解密.
|
decrypt, decrypt, encrypt, encryptpublic WxMaCryptUtils(WxMaConfig config)
Copyright © 2021. All rights reserved.