程序包 cn.xisoil.wechat
类 AesUtil
java.lang.Object
cn.xisoil.wechat.AesUtil
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
AesUtil
public AesUtil(byte[] key)
-
-
方法详细资料
-
decryptToString
public String decryptToString(byte[] associatedData, byte[] nonce, String ciphertext) throws GeneralSecurityException, IOException
-