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 KeyBeanCashbackSettingsBean. getKwb()Methods in com.h2tcoin.takamakachain.api.routes.support with parameters of type KeyBean Modifier and Type Method Description voidCashbackSettingsBean. 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 KeyBeanTkmTextUtils. keyBeanFromJson(String keyBeanJson)Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils with parameters of type KeyBean Modifier and Type Method Description static StringTkmTextUtils. 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 KeyBeanWalletHelper. 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 PathWalletHelper. writeKeyFile(Path path, String filename, KeyBean key, String password)
-