Uses of Class
com.h2tcoin.takamakachain.wallet.beans.KeyBean
-
Packages that use KeyBean Package Description com.h2tcoin.takamakachain.api.routes.support com.h2tcoin.takamakachain.utils.threadSafeUtils com.h2tcoin.takamakachain.wallet -
-
Uses of KeyBean in com.h2tcoin.takamakachain.api.routes.support
Methods in com.h2tcoin.takamakachain.api.routes.support that return KeyBean Modifier and Type Method Description KeyBean
CashbackSettingsBean. getKwb()
Methods in com.h2tcoin.takamakachain.api.routes.support with parameters of type KeyBean Modifier and Type Method Description void
CashbackSettingsBean. setKwb(KeyBean kwb)
-
Uses of KeyBean in com.h2tcoin.takamakachain.utils.threadSafeUtils
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils that return KeyBean Modifier and Type Method Description static KeyBean
TkmTextUtils. keyBeanFromJson(String keyBeanJson)
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils with parameters of type KeyBean Modifier and Type Method Description static String
TkmTextUtils. toJson(KeyBean key)
-
Uses of KeyBean in com.h2tcoin.takamakachain.wallet
Methods in com.h2tcoin.takamakachain.wallet that return KeyBean Modifier and Type Method Description static KeyBean
WalletHelper. readKeyFile(Path filename, String password)
wallet cypher - it returns the words list needed for wallet recovery procedureMethods in com.h2tcoin.takamakachain.wallet with parameters of type KeyBean Modifier and Type Method Description static Path
WalletHelper. writeKeyFile(Path path, String filename, KeyBean key, String password)
-