-
-
方法概要
byte[]
byte[]
decrypt(byte[] secretBytes,
byte[] cipherBytes)
void
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
构造器详细资料
-
ZLDecryptor
public ZLDecryptor()
-
方法详细资料
-
-
decrypt
public byte[] decrypt(byte[] cipherBytes)
解密
- 指定者:
decrypt 在接口中 Decryptor
- 参数:
cipherBytes - 密文
- 返回:
- 明文
-
decrypt
public byte[] decrypt(byte[] secretBytes,
byte[] cipherBytes)
解密
- 指定者:
decrypt 在接口中 Decryptor
- 参数:
secretBytes - 密钥
cipherBytes - 密文
- 返回:
- 明文
-
-