public final class Encipher extends Object implements Serializable
| 构造器和说明 |
|---|
Encipher(EncryptParam encryptParam) |
public Encipher(EncryptParam encryptParam)
public void initKey(EncryptParam encryptParam)
public byte[] encrypt(byte[] plaintext)
public byte[] decrypt(byte[] ciphertext)
Copyright © 2022. All rights reserved.