public class RSAPkeyCipherV1 extends Object implements PkeyCipherBase
| 构造器和说明 |
|---|
RSAPkeyCipherV1(Keypair keypair) |
RSAPkeyCipherV1(Keypair keypair,
HashTypeEnum hashTypeEnum) |
public RSAPkeyCipherV1(Keypair keypair)
public RSAPkeyCipherV1(Keypair keypair, HashTypeEnum hashTypeEnum)
public AlgoIdEnum getAlgo()
getAlgo 在接口中 PkeyCipherBasepublic boolean isEncryptor()
isEncryptor 在接口中 PkeyCipherBasepublic boolean isDecryptor()
isDecryptor 在接口中 PkeyCipherBasepublic byte[] encrypt(byte[] plainText)
encrypt 在接口中 PkeyCipherBasepublic byte[] decrypt(byte[] ciphertext)
decrypt 在接口中 PkeyCipherBaseCopyright © 2022. All rights reserved.