java.lang.Object
dev.getelements.elements.sdk.model.blockchain.wallet.VaultKey

public class VaultKey extends Object
  • Constructor Details

    • VaultKey

      public VaultKey()
  • Method Details

    • getAlgorithm

      public PrivateKeyCrytpoAlgorithm getAlgorithm()
    • setAlgorithm

      public void setAlgorithm(PrivateKeyCrytpoAlgorithm algorithm)
    • isEncrypted

      public boolean isEncrypted()
    • setEncrypted

      public void setEncrypted(boolean encrypted)
    • getEncryption

      public Map<String,Object> getEncryption()
    • setEncryption

      public void setEncryption(Map<String,Object> encryption)
    • getPublicKey

      public String getPublicKey()
    • setPublicKey

      public void setPublicKey(String publicKey)
    • getPrivateKey

      public String getPrivateKey()
    • setPrivateKey

      public void setPrivateKey(String privateKey)
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object