public static class WalletFile.Crypto extends Object
Constructor and Description |
---|
Crypto() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getCipher() |
WalletFile.CipherParams |
getCipherparams() |
String |
getCiphertext() |
String |
getKdf() |
org.tron.keystore.WalletFile.KdfParams |
getKdfparams() |
String |
getMac() |
int |
hashCode() |
void |
setCipher(String cipher) |
void |
setCipherparams(WalletFile.CipherParams cipherparams) |
void |
setCiphertext(String ciphertext) |
void |
setKdf(String kdf) |
void |
setKdfparams(org.tron.keystore.WalletFile.KdfParams kdfparams) |
void |
setMac(String mac) |
public String getCipher()
public void setCipher(String cipher)
public String getCiphertext()
public void setCiphertext(String ciphertext)
public WalletFile.CipherParams getCipherparams()
public void setCipherparams(WalletFile.CipherParams cipherparams)
public String getKdf()
public void setKdf(String kdf)
public org.tron.keystore.WalletFile.KdfParams getKdfparams()
public void setKdfparams(org.tron.keystore.WalletFile.KdfParams kdfparams)
public String getMac()
public void setMac(String mac)
Copyright © 2020. All rights reserved.