Class MongoVaultKey
java.lang.Object
dev.getelements.elements.dao.mongo.model.blockchain.MongoVaultKey
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetAlgorithm(PrivateKeyCrytpoAlgorithm algorithm) voidsetEncrypted(boolean encrypted) voidsetEncryption(Map<String, Object> encryption) voidsetPrivateKey(String privateKey) voidsetPublicKey(String publicKey)
-
Constructor Details
-
MongoVaultKey
public MongoVaultKey()
-
-
Method Details
-
getAlgorithm
-
setAlgorithm
-
getPublicKey
-
setPublicKey
-
getPrivateKey
-
setPrivateKey
-
isEncrypted
public boolean isEncrypted() -
setEncrypted
public void setEncrypted(boolean encrypted) -
getEncryption
-
setEncryption
-