Uses of Class
com.bytedesk.wechat.common.aes.AesException
Packages that use AesException
-
Uses of AesException in com.bytedesk.wechat.common.aes
Methods in com.bytedesk.wechat.common.aes that throw AesExceptionModifier and TypeMethodDescription(package private) String
对密文进行解密.WXBizMsgCrypt.decryptMsg
(String msgSignature, String timeStamp, String nonce, String postData) 检验消息的真实性,并且获取解密后的明文.(package private) String
对明文进行加密.WXBizMsgCrypt.encryptMsg
(String replyMsg, String timeStamp, String nonce) 将公众平台回复用户的消息加密打包.static Object[]
提取出xml数据包中的加密消息static String
用SHA1算法生成安全签名验证URLConstructors in com.bytedesk.wechat.common.aes that throw AesExceptionModifierConstructorDescriptionWXBizMsgCrypt
(String token, String encodingAesKey, String appId) 构造函数