public static final class RSACryptor.RSAKeyPair extends Object implements Serializable
| 限定符和类型 | 方法和说明 |
|---|---|
RSAPrivateKey |
getPrivateKey() |
RSAPublicKey |
getPublicKey() |
String |
toPkcs1PrivateKey() |
String |
toPkcs1PublicKey() |
String |
toPkcs8PrivateKey() |
String |
toPkcs8PublicKey() |
public RSAPrivateKey getPrivateKey()
public RSAPublicKey getPublicKey()
public String toPkcs8PrivateKey()
public String toPkcs1PrivateKey()
public String toPkcs8PublicKey()
public String toPkcs1PublicKey()
Copyright © 2023. All rights reserved.