Uses of Class
com.h2tcoin.takamakachain.wallet.beans.PublicKeyBean
-
Packages that use PublicKeyBean Package Description com.h2tcoin.takamakachain.utils.threadSafeUtils com.h2tcoin.takamakachain.wallet -
-
Uses of PublicKeyBean in com.h2tcoin.takamakachain.utils.threadSafeUtils
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils that return PublicKeyBean Modifier and Type Method Description static PublicKeyBean
TkmTextUtils. publicKeyBeanFromJson(String publickeyBeanJson)
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils with parameters of type PublicKeyBean Modifier and Type Method Description static String
TkmTextUtils. toJson(PublicKeyBean key)
-
Uses of PublicKeyBean in com.h2tcoin.takamakachain.wallet
Methods in com.h2tcoin.takamakachain.wallet that return PublicKeyBean Modifier and Type Method Description static PublicKeyBean
WalletHelper. readPublicKey(String publicKeyName)
Methods in com.h2tcoin.takamakachain.wallet that return types with arguments of type PublicKeyBean Modifier and Type Method Description static Map<String,PublicKeyBean>
WalletHelper. listPublicKeys()
-