public class DtEventMessage extends Object implements Serializable
| 构造器和说明 |
|---|
DtEventMessage() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DtEventMessage |
fromEncrypt(String encrypt,
DtConfigStorage configStorage,
String timestamp,
String nonce,
String msgSignature)
从加密字符串转换.
|
static DtEventMessage |
fromEncryptedJson(InputStream is,
DtConfigStorage configStorage,
String timestamp,
String nonce,
String msgSignature) |
static DtEventMessage |
fromEncryptedJson(String encryptedJson,
DtConfigStorage configStorage,
String timestamp,
String nonce,
String msgSignature) |
protected static DtEventMessage |
fromJson(InputStream is) |
protected static DtEventMessage |
fromJson(String json) |
String |
toString() |
protected static DtEventMessage fromJson(String json)
protected static DtEventMessage fromJson(InputStream is)
public static DtEventMessage fromEncrypt(String encrypt, DtConfigStorage configStorage, String timestamp, String nonce, String msgSignature)
public static DtEventMessage fromEncryptedJson(String encryptedJson, DtConfigStorage configStorage, String timestamp, String nonce, String msgSignature)
public static DtEventMessage fromEncryptedJson(InputStream is, DtConfigStorage configStorage, String timestamp, String nonce, String msgSignature)
Copyright © 2021. All rights reserved.