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 String
getAlgorithm()
KeyContexts.WalletCypher
getCypher()
String
getSeed()
String
getVersion()
String
getWords()
void
setAlgorithm(String algorithm)
void
setCypher(KeyContexts.WalletCypher cypher)
void
setSeed(String seed)
void
setVersion(String version)
void
setWords(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)
-
-