Package 

Object EthereumKeystore.Companion

    • 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()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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