-
public class EthereumKeystore.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final String
TAG
public final static EthereumKeystore.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description final EthereumKeystore
loadFromUri(Context context, Uri uri)
load keystore from Uri, fail if file not exists, or target file is not a valid ethereum keystore final String
getTAG()
-
-
Method Detail
-
loadFromUri
final EthereumKeystore loadFromUri(Context context, Uri uri)
load keystore from Uri, fail if file not exists, or target file is not a valid ethereum keystore
- Parameters:
context
-application Context
uri
-Uri to the keystore file
-
-
-
-