public class TrustObjectRequest extends Object implements Serializable
| Constructor and Description |
|---|
TrustObjectRequest(String pemEncoding,
String privateKey,
String passphrase,
String description)
Instantiates a new trust object create request.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets description.
|
String |
getPassphrase()
Gets passphrase.
|
String |
getPemEncoding()
Gets pemEncoding.
|
String |
getPrivateKey()
Gets privateKey.
|
public TrustObjectRequest(String pemEncoding, String privateKey, String passphrase, String description)
pemEncoding - the pem encodingprivateKey - the private keypassphrase - the passphrasedescription - the descriptionpublic String getPemEncoding()
The PEM-formatted data
String the pemEncodingpublic String getPrivateKey()
The PEM-formatted data of the private key
String the privateKeypublic String getPassphrase()
The private key passphrase
String the passphraseCopyright © 2020 iland Internet Solutions, Corp. All rights reserved.