Class MongoVaultKey
java.lang.Object
dev.getelements.elements.dao.mongo.model.blockchain.MongoVaultKey
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setAlgorithm
(PrivateKeyCrytpoAlgorithm algorithm) void
setEncrypted
(boolean encrypted) void
setEncryption
(Map<String, Object> encryption) void
setPrivateKey
(String privateKey) void
setPublicKey
(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
-