public class Account extends Object
| Constructor and Description |
|---|
Account(String privateKey,
String publicKey) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPrivateKey() |
String |
getPublicKey() |
void |
setPrivateKey(String privateKey) |
void |
setPublicKey(String publicKey) |
Copyright © 2024. All rights reserved.