Uses of Class
com.foxinmy.weixin4j.type.EncryptType

Packages that use EncryptType
com.foxinmy.weixin4j.request   
com.foxinmy.weixin4j.socket   
com.foxinmy.weixin4j.type   
 

Uses of EncryptType in com.foxinmy.weixin4j.request
 

Methods in com.foxinmy.weixin4j.request that return EncryptType
 EncryptType WeixinRequest.getEncryptType()
           
 

Constructors in com.foxinmy.weixin4j.request with parameters of type EncryptType
WeixinRequest(io.netty.handler.codec.http.HttpHeaders headers, io.netty.handler.codec.http.HttpMethod method, String uri, EncryptType encryptType, String echoStr, String timeStamp, String nonce, String signature, String msgSignature, String originalContent, String encryptContent, AesToken aesToken)
           
 

Uses of EncryptType in com.foxinmy.weixin4j.socket
 

Methods in com.foxinmy.weixin4j.socket that return EncryptType
 EncryptType WeixinMessageTransfer.getEncryptType()
           
 

Constructors in com.foxinmy.weixin4j.socket with parameters of type EncryptType
WeixinMessageTransfer(AesToken aesToken, EncryptType encryptType, String toUserName, String fromUserName, AccountType accountType, String msgType, String eventType, Set<String> nodeNames)
           
 

Uses of EncryptType in com.foxinmy.weixin4j.type
 

Methods in com.foxinmy.weixin4j.type that return EncryptType
static EncryptType EncryptType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EncryptType[] EncryptType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2014–2017. All rights reserved.