public interface Decryptor
void init(String secret)
secret - byte[] decrypt(byte[] cipherBytes)
cipherBytes - 密文byte[] decrypt(byte[] secretBytes,
byte[] cipherBytes)
secretBytes - 密钥cipherBytes - 密文Copyright © 2024. All rights reserved.