Uses of Class
com.zone.weixin4j.util.AesToken
-
Packages that use AesToken Package Description com.zone.weixin4j.request com.zone.weixin4j.service com.zone.weixin4j.service.context com.zone.weixin4j.service.impl com.zone.weixin4j.socket com.zone.weixin4j.spring -
-
Uses of AesToken in com.zone.weixin4j.request
Methods in com.zone.weixin4j.request that return AesToken Modifier and Type Method Description AesToken
WeixinRequest. getAesToken()
Constructors in com.zone.weixin4j.request with parameters of type AesToken Constructor Description WeixinRequest(String uri, EncryptType encryptType, String echoStr, String timeStamp, String nonce, String signature, String msgSignature, String originalContent, String encryptContent, AesToken aesToken)
WeixinRequest(String uri, EncryptType encryptType, String echoStr, String timeStamp, String nonce, String signature, String msgSignature, String originalContent, String encryptContent, AesToken aesToken, javax.servlet.http.HttpServletRequest request)
-
Uses of AesToken in com.zone.weixin4j.service
Methods in com.zone.weixin4j.service that return types with arguments of type AesToken Modifier and Type Method Description Map<String,AesToken>
WeiXin4jContextAware. getAesTokenMap()
List<AesToken>
WeiXin4jContextAware. getAesTokens()
Methods in com.zone.weixin4j.service with parameters of type AesToken Modifier and Type Method Description WeixinResponse
WxService. processRequest(String uri, String encryptType, String echostr, String timestamp, String nonce, String signature, String msg_signature, String messageContent, AesToken aesToken, javax.servlet.http.HttpServletRequest request)
Method parameters in com.zone.weixin4j.service with type arguments of type AesToken Modifier and Type Method Description void
WeiXin4jContextAware. setAesTokenMap(Map<String,AesToken> aesTokenMap)
-
Uses of AesToken in com.zone.weixin4j.service.context
Methods in com.zone.weixin4j.service.context that return types with arguments of type AesToken Modifier and Type Method Description Map<String,AesToken>
WeiXin4jContextAwareImpl. getAesTokenMap()
List<AesToken>
WeiXin4jContextAwareImpl. getAesTokens()
Method parameters in com.zone.weixin4j.service.context with type arguments of type AesToken Modifier and Type Method Description void
WeiXin4jContextAwareImpl. setAesTokenMap(Map<String,AesToken> aesTokenMap)
void
WeiXin4jContextAwareImpl. setAesTokens(List<AesToken> aesTokens)
-
Uses of AesToken in com.zone.weixin4j.service.impl
Methods in com.zone.weixin4j.service.impl with parameters of type AesToken Modifier and Type Method Description WeixinResponse
WxServiceImpl. processRequest(String uri, String encrypt_type, String echostr, String timestamp, String nonce, String signature, String msg_signature, String messageContent, AesToken aesToken, javax.servlet.http.HttpServletRequest request)
处理Request -
Uses of AesToken in com.zone.weixin4j.socket
Methods in com.zone.weixin4j.socket that return AesToken Modifier and Type Method Description AesToken
WeixinMessageTransfer. getAesToken()
Constructors in com.zone.weixin4j.socket with parameters of type AesToken Constructor Description WeixinMessageTransfer(AesToken aesToken, EncryptType encryptType, String toUserName, String fromUserName, AccountType accountType, String msgType, String eventType, Set<String> nodeNames)
-
Uses of AesToken in com.zone.weixin4j.spring
Methods in com.zone.weixin4j.spring that return types with arguments of type AesToken Modifier and Type Method Description List<AesToken>
PropertyTokenGenerater. getAesTokens()
abstract List<AesToken>
TokenGenerater. getAesTokens()
Method parameters in com.zone.weixin4j.spring with type arguments of type AesToken Modifier and Type Method Description void
PropertyTokenGenerater. setAesTokens(List<AesToken> aesTokens)
-