java.lang.Object
dev.getelements.elements.dao.mongo.model.blockchain.MongoVaultKey

@Embedded public class MongoVaultKey extends Object
  • Constructor Details

    • MongoVaultKey

      public MongoVaultKey()
  • Method Details

    • getAlgorithm

      public PrivateKeyCrytpoAlgorithm getAlgorithm()
    • setAlgorithm

      public void setAlgorithm(PrivateKeyCrytpoAlgorithm algorithm)
    • getPublicKey

      public String getPublicKey()
    • setPublicKey

      public void setPublicKey(String publicKey)
    • getPrivateKey

      public String getPrivateKey()
    • setPrivateKey

      public void setPrivateKey(String privateKey)
    • isEncrypted

      public boolean isEncrypted()
    • setEncrypted

      public void setEncrypted(boolean encrypted)
    • getEncryption

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

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