Class WalletFile.Crypto

java.lang.Object
org.web3j.crypto.WalletFile.Crypto
Enclosing class:
WalletFile

public static class WalletFile.Crypto extends Object
  • Constructor Details

    • Crypto

      public Crypto()
  • Method Details

    • getCipher

      public String getCipher()
    • setCipher

      public void setCipher(String cipher)
    • getCiphertext

      public String getCiphertext()
    • setCiphertext

      public void setCiphertext(String ciphertext)
    • getCipherparams

      public WalletFile.CipherParams getCipherparams()
    • setCipherparams

      public void setCipherparams(WalletFile.CipherParams cipherparams)
    • getKdf

      public String getKdf()
    • setKdf

      public void setKdf(String kdf)
    • getKdfparams

      public org.web3j.crypto.WalletFile.KdfParams getKdfparams()
    • setKdfparams

      public void setKdfparams(org.web3j.crypto.WalletFile.KdfParams kdfparams)
    • getMac

      public String getMac()
    • setMac

      public void setMac(String mac)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object