public final class RSAKeyPairEntry extends Object
| Constructor and Description |
|---|
RSAKeyPairEntry(PrivateKey privateKey,
PublicKey publicKey,
String publicKeyEncoded) |
| Modifier and Type | Method and Description |
|---|---|
PrivateKey |
getPrivateKey() |
PublicKey |
getPublicKey() |
String |
getPublicKeyEncoded() |
public RSAKeyPairEntry(PrivateKey privateKey, PublicKey publicKey, String publicKeyEncoded)
public PrivateKey getPrivateKey()
public PublicKey getPublicKey()
public String getPublicKeyEncoded()
Copyright © 2017–2021 The Apache Software Foundation. All rights reserved.