Class VaultKey
java.lang.Object
dev.getelements.elements.sdk.model.blockchain.wallet.VaultKey
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanvoidsetAlgorithm(PrivateKeyCrytpoAlgorithm algorithm) voidsetEncrypted(boolean encrypted) voidsetEncryption(Map<String, Object> encryption) voidsetPrivateKey(String privateKey) voidsetPublicKey(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
-