public class WxOpenXmlMessage extends Object implements Serializable
| 限定符和类型 | 类和说明 |
|---|---|
static class |
WxOpenXmlMessage.Info |
| 构造器和说明 |
|---|
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) |
static String |
wxMpOutXmlMessageToEncryptedXml(WxMpXmlOutMessage message,
WxOpenConfigStorage wxOpenConfigStorage) |
public static String wxMpOutXmlMessageToEncryptedXml(WxMpXmlOutMessage message, WxOpenConfigStorage wxOpenConfigStorage)
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 © 2023. All rights reserved.