接口 WeChatMessageCodec
public interface WeChatMessageCodec
-
方法概要
-
方法详细资料
-
encrypt
加密传输- 参数:
input- 明文- 返回:
- 密文
- 抛出:
AesException
-
decrypt
信息解密- 参数:
uri- uridata- 密文- 返回:
- 明文
- 抛出:
AesException
-
input - 明文AesExceptionuri - uridata - 密文AesException