public class Keystore extends Object
| Constructor and Description |
|---|
Keystore() |
| Modifier and Type | Method and Description |
|---|---|
static org.ethereum.crypto.ECKey |
fromKeystore(File keystore,
String password) |
String |
getAddress() |
KeystoreCrypto |
getCrypto() |
String |
getId() |
Integer |
getVersion() |
void |
setAddress(String address) |
void |
setCrypto(KeystoreCrypto crypto) |
void |
setCryptoOld(KeystoreCrypto crypto) |
void |
setId(String id) |
void |
setVersion(Integer version) |
public static org.ethereum.crypto.ECKey fromKeystore(File keystore, String password) throws Exception
Exceptionpublic String getAddress()
public void setAddress(String address)
public KeystoreCrypto getCrypto()
public void setCrypto(KeystoreCrypto crypto)
public void setCryptoOld(KeystoreCrypto crypto)
public String getId()
public void setId(String id)
public Integer getVersion()
public void setVersion(Integer version)
Copyright © 2016. All rights reserved.