public class RSADigestUtils.KeyPairInfo extends Object
| 构造器和说明 |
|---|
KeyPairInfo(int keySize) |
KeyPairInfo(String publicKey,
String privateKey) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getKeySize() |
String |
getPrivateKey() |
String |
getPublicKey() |
void |
setKeySize(int keySize) |
void |
setPrivateKey(String privateKey) |
void |
setPublicKey(String publicKey) |
Copyright © 2021. All rights reserved.