Uses of Class
com.bytedesk.wechat.common.aes_json.AesException
Packages that use AesException
-
Uses of AesException in com.bytedesk.wechat.common.aes_json
Methods in com.bytedesk.wechat.common.aes_json that throw AesExceptionModifier and TypeMethodDescription(package private) String
对密文进行解密.WXBizJsonMsgCrypt.DecryptMsg
(String msgSignature, String timeStamp, String nonce, String postData) 检验消息的真实性,并且获取解密后的明文.(package private) String
对明文进行加密.WXBizJsonMsgCrypt.EncryptMsg
(String replyMsg, String timeStamp, String nonce) 将企业微信回复用户的消息加密打包.static Object[]
提取出 JSON 包中的加密消息static String
用SHA1算法生成安全签名验证URLConstructors in com.bytedesk.wechat.common.aes_json that throw AesExceptionModifierConstructorDescriptionWXBizJsonMsgCrypt
(String token, String encodingAesKey, String receiveid) 构造函数