public class RSAKeypair4Auth extends Object
| Modifier and Type | Field and Description |
|---|---|
static RSAKeypair4Auth |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
PrivateKey |
getPrivateKey() |
PublicKey |
getPublicKey() |
String |
getPublicKeyEncoded() |
void |
setPrivateKey(PrivateKey privateKey) |
void |
setPublicKey(PublicKey publicKey) |
void |
setPublicKeyEncoded(String publicKeyEncoded) |
public static RSAKeypair4Auth INSTANCE
public PrivateKey getPrivateKey()
public void setPrivateKey(PrivateKey privateKey)
public PublicKey getPublicKey()
public void setPublicKey(PublicKey publicKey)
public String getPublicKeyEncoded()
public void setPublicKeyEncoded(String publicKeyEncoded)
Copyright © 2017–2021 The Apache Software Foundation. All rights reserved.