public class KeystoreFile extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
KeystoreFile.Aes128CtrKdfParams |
static class |
KeystoreFile.CipherParams |
static class |
KeystoreFile.Crypto |
static class |
KeystoreFile.ScryptKdfParams |
| Constructor and Description |
|---|
KeystoreFile() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
KeystoreFile.Crypto |
getCrypto() |
String |
getId() |
int |
getVersion() |
int |
hashCode() |
void |
setCrypto(KeystoreFile.Crypto crypto) |
void |
setId(String id) |
void |
setVersion(int version) |
String |
toJsonString() |
public KeystoreFile.Crypto getCrypto()
public void setCrypto(KeystoreFile.Crypto crypto)
public String getId()
public void setId(String id)
public int getVersion()
public void setVersion(int version)
public String toJsonString()
Copyright © 2022 IoTeX Group. All rights reserved.