Class KeyBean
- java.lang.Object
-
- com.h2tcoin.takamakachain.wallet.beans.KeyBean
-
public class KeyBean extends Object
- Author:
- francesco.pasetto@takamaka.io
-
-
Constructor Summary
Constructors Constructor Description KeyBean(String algorithm, KeyContexts.WalletCypher cypher, String seed, String words)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAlgorithm()KeyContexts.WalletCyphergetCypher()StringgetSeed()StringgetVersion()StringgetWords()voidsetAlgorithm(String algorithm)voidsetCypher(KeyContexts.WalletCypher cypher)voidsetSeed(String seed)voidsetVersion(String version)voidsetWords(String words)
-
-
-
Constructor Detail
-
KeyBean
public KeyBean(String algorithm, KeyContexts.WalletCypher cypher, String seed, String words)
-
-
Method Detail
-
getVersion
public String getVersion()
-
setVersion
public void setVersion(String version)
-
getAlgorithm
public String getAlgorithm()
-
setAlgorithm
public void setAlgorithm(String algorithm)
-
getCypher
public KeyContexts.WalletCypher getCypher()
-
setCypher
public void setCypher(KeyContexts.WalletCypher cypher)
-
getSeed
public String getSeed()
-
setSeed
public void setSeed(String seed)
-
getWords
public String getWords()
-
setWords
public void setWords(String words)
-
-