|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 AesException 的软件包 | |
|---|---|
| com.github.sd4324530.fastweixin.message.aes | |
| com.github.sd4324530.fastweixin.message.aes 中 AesException 的使用 |
|---|
| 抛出 AesException 的 com.github.sd4324530.fastweixin.message.aes 中的方法 | |
|---|---|
String |
WXBizMsgCrypt.decryptMsg(String msgSignature,
String timeStamp,
String nonce,
String postData)
检验消息的真实性,并且获取解密后的明文. |
String |
WXBizMsgCrypt.encryptMsg(String replyMsg,
String timeStamp,
String nonce)
将公众平台回复用户的消息加密打包. |
static String |
SHA1.getSHA1(String token,
String timestamp,
String nonce,
String encrypt)
用SHA1算法生成安全签名 |
String |
WXBizMsgCrypt.verifyUrl(String msgSignature,
String timeStamp,
String nonce,
String echoStr)
验证URL |
| 抛出 AesException 的 com.github.sd4324530.fastweixin.message.aes 中的构造方法 | |
|---|---|
WXBizMsgCrypt(String token,
String encodingAesKey,
String appId)
构造函数 |
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||