Package 

Class EthereumKeystore


  • 
    public final class EthereumKeystore
    
                        

    Standard Ethereum Keystore file represent, provided some helper functions to parse/generate Ethereum keystore JSON

    • Constructor Detail

      • EthereumKeystore

        EthereumKeystore(String keystoreJSON)
        create keystore from wallet address and keystore JSON, if the json is not valid Ethereum keystore JSON, an exception raised
        Parameters:
        keystoreJSON -
        • a JSON string that represents the keystore, throws exception if this keystore string is invalid