public class WxCpCryptUtil
extends me.chanjar.weixin.common.util.crypto.WxCryptUtil
| 构造器和说明 |
|---|
WxCpCryptUtil(WxCpConfigStorage wxCpConfigStorage) |
| 限定符和类型 | 方法和说明 |
|---|---|
static java.lang.String |
decryptByPriKey(java.lang.String encryptRandomKey,
java.lang.String msgAuditPriKey)
会话存档接口解密私钥
企业获取的会话内容将用公钥加密,企业用自行保存的私钥解开会话内容数据
|
public WxCpCryptUtil(WxCpConfigStorage wxCpConfigStorage)
public static java.lang.String decryptByPriKey(java.lang.String encryptRandomKey,
java.lang.String msgAuditPriKey)
throws java.lang.Exception
encryptRandomKey - 随机keymsgAuditPriKey - 私钥java.lang.Exception - 出错会抛出异常