public class WxOpenXmlMessage extends Object implements Serializable
| 构造器和说明 |
|---|
WxOpenXmlMessage() |
| 限定符和类型 | 方法和说明 |
|---|---|
static WxMpXmlMessage |
fromEncryptedMpXml(String encryptedXml,
WxOpenConfigStorage wxOpenConfigStorage,
String timestamp,
String nonce,
String msgSignature) |
static WxOpenXmlMessage |
fromEncryptedXml(InputStream is,
WxOpenConfigStorage wxOpenConfigStorage,
String timestamp,
String nonce,
String msgSignature) |
static WxOpenXmlMessage |
fromEncryptedXml(String encryptedXml,
WxOpenConfigStorage wxOpenConfigStorage,
String timestamp,
String nonce,
String msgSignature)
从加密字符串转换
|
static WxOpenXmlMessage |
fromXml(InputStream is) |
static WxOpenXmlMessage |
fromXml(String xml) |
public static WxOpenXmlMessage fromXml(String xml)
public static WxOpenXmlMessage fromXml(InputStream is)
public static WxOpenXmlMessage fromEncryptedXml(String encryptedXml, WxOpenConfigStorage wxOpenConfigStorage, String timestamp, String nonce, String msgSignature)
encryptedXml - 密文wxOpenConfigStorage - 配置存储器对象timestamp - 时间戳nonce - 随机串msgSignature - 签名串public static WxMpXmlMessage fromEncryptedMpXml(String encryptedXml, WxOpenConfigStorage wxOpenConfigStorage, String timestamp, String nonce, String msgSignature)
public static WxOpenXmlMessage fromEncryptedXml(InputStream is, WxOpenConfigStorage wxOpenConfigStorage, String timestamp, String nonce, String msgSignature)
Copyright © 2017. All rights reserved.