- 
                    
                    
 public final class EthereumKeystoreStandard Ethereum Keystore file represent, provided some helper functions to parse/generate Ethereum keystore JSON 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public classEthereumKeystore.Companion
 - 
                                
                            
                                Field SummaryFields Modifier and Type Field Description private Stringaddressprivate StringkeystoreStr
 - 
                                
                            
                                Constructor SummaryConstructors Constructor Description EthereumKeystore(String keystoreJSON)create keystore from wallet address and keystore JSON, if the json is not valid Ethereum keystore JSON, an exception raised 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final StringgetAddress()final UnitsetAddress(String address)final StringgetKeystoreStr()final UnitsetKeystoreStr(String keystoreStr)- 
                    
                    
                    - 
                                
                            
                                Constructor Detail- 
                                        EthereumKeystoreEthereumKeystore(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 
 
 
 
- 
                                        
 - 
                                
                            
                                Method Detail- 
                                        getAddressfinal String getAddress() 
 - 
                                        setAddressfinal Unit setAddress(String address) 
 - 
                                        getKeystoreStrfinal String getKeystoreStr() 
 - 
                                        setKeystoreStrfinal Unit setKeystoreStr(String keystoreStr) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-