public class EthereumAuth extends Object
| Constructor and Description |
|---|
EthereumAuth(String walletPassword,
File wallet) |
EthereumAuth(String walletPassword,
String walletFilePath) |
EthereumAuth(String walletPassword,
String walletFileName,
ClassLoader classLoader) |
| Modifier and Type | Method and Description |
|---|---|
org.web3j.crypto.Credentials |
getCredentials() |
public EthereumAuth(String walletPassword, String walletFilePath) throws Exception
Exceptionpublic EthereumAuth(String walletPassword, File wallet) throws Exception
Exceptionpublic EthereumAuth(String walletPassword, String walletFileName, ClassLoader classLoader) throws Exception
ExceptionCopyright © 2001–2019 jBPM dev team. All rights reserved.