Class VaultKey
java.lang.Object
dev.getelements.elements.sdk.model.blockchain.wallet.VaultKey
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
boolean
void
setAlgorithm
(PrivateKeyCrytpoAlgorithm algorithm) void
setEncrypted
(boolean encrypted) void
setEncryption
(Map<String, Object> encryption) void
setPrivateKey
(String privateKey) void
setPublicKey
(String publicKey) toString()
-
Constructor Details
-
VaultKey
public VaultKey()
-
-
Method Details
-
getAlgorithm
-
setAlgorithm
-
isEncrypted
public boolean isEncrypted() -
setEncrypted
public void setEncrypted(boolean encrypted) -
getEncryption
-
setEncryption
-
getPublicKey
-
setPublicKey
-
getPrivateKey
-
setPrivateKey
-
equals
-
hashCode
public int hashCode() -
toString
-