public class CryptoConfig extends Object
| Constructor and Description |
|---|
CryptoConfig(String publicKey)
Builds a configuration object with the provided PEM-formatted RSA public key.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPublicKey()
Get the public key.
|
void |
setPublicKey(String publicKey)
Set the public key.
|
String |
toString() |
public CryptoConfig(String publicKey)
publicKey - a PEM-formatted RSA public key.Copyright © 2022. All rights reserved.