Package com.wechat.pay.java.core.cipher
Class AeadAesCipher
java.lang.Object
com.wechat.pay.java.core.cipher.AbstractAeadCipher
com.wechat.pay.java.core.cipher.AeadAesCipher
- All Implemented Interfaces:
AeadCipher
带有关联数据的AES认证加解密器
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.wechat.pay.java.core.cipher.AbstractAeadCipher
decrypt, encrypt
-
Constructor Details
-
AeadAesCipher
public AeadAesCipher(byte[] key)
-