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