Uses of Class
com.zone.weixin4j.type.EncryptType
-
Packages that use EncryptType Package Description com.zone.weixin4j.request com.zone.weixin4j.socket com.zone.weixin4j.type -
-
Uses of EncryptType in com.zone.weixin4j.request
Methods in com.zone.weixin4j.request that return EncryptType Modifier and Type Method Description EncryptType
WeixinRequest. getEncryptType()
Constructors in com.zone.weixin4j.request with parameters of type EncryptType 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 EncryptType in com.zone.weixin4j.socket
Methods in com.zone.weixin4j.socket that return EncryptType Modifier and Type Method Description EncryptType
WeixinMessageTransfer. getEncryptType()
Constructors in com.zone.weixin4j.socket with parameters of type EncryptType Constructor Description WeixinMessageTransfer(AesToken aesToken, EncryptType encryptType, String toUserName, String fromUserName, AccountType accountType, String msgType, String eventType, Set<String> nodeNames)
-
Uses of EncryptType in com.zone.weixin4j.type
Methods in com.zone.weixin4j.type that return EncryptType Modifier and Type Method Description 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.
-