public class ZLDecryptor extends Object implements Decryptor
ZLDecryptor()
byte[]
decrypt(byte[] cipherBytes)
decrypt(byte[] secretBytes, byte[] cipherBytes)
String
decrypt(String cipherText)
decrypt(String secret, String cipherText)
void
init(String secret)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ZLDecryptor()
public void init(String secret)
Decryptor
init
public byte[] decrypt(byte[] cipherBytes)
decrypt
cipherBytes
public byte[] decrypt(byte[] secretBytes, byte[] cipherBytes)
secretBytes
public String decrypt(String cipherText)
cipherText
public String decrypt(String secret, String cipherText)
secret
Copyright © 2024. All rights reserved.