public class GenerateKeyDescriptor extends Object
| Constructor and Description |
|---|
GenerateKeyDescriptor(String publicKey,
String privateKey,
StatusCode statusCode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPrivateKey()
Get the private key.
|
String |
getPublicKey()
Get the public key.
|
StatusCode |
getStatusCode()
Get response code for the GenerateKey action.
|
void |
setPrivateKey(String privateKey) |
void |
setPublicKey(String publicKey) |
void |
setStatusCode(StatusCode statusCode) |
public GenerateKeyDescriptor(String publicKey, String privateKey, StatusCode statusCode)
public String getPublicKey()
public void setPublicKey(String publicKey)
public String getPrivateKey()
public void setPrivateKey(String privateKey)
public StatusCode getStatusCode()
public void setStatusCode(StatusCode statusCode)
Copyright © 2023. All rights reserved.