Class EthereumAuth
- java.lang.Object
-
- org.jbpm.process.workitem.ethereum.EthereumAuth
-
public class EthereumAuth extends Object
-
-
Constructor Summary
Constructors Constructor Description EthereumAuth(String walletPassword, File wallet)EthereumAuth(String walletPassword, String walletFilePath)EthereumAuth(String walletPassword, String walletFileName, ClassLoader classLoader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.web3j.crypto.CredentialsgetCredentials()
-
-
-
Constructor Detail
-
EthereumAuth
public EthereumAuth(String walletPassword, String walletFilePath) throws Exception
- Throws:
Exception
-
EthereumAuth
public EthereumAuth(String walletPassword, File wallet) throws Exception
- Throws:
Exception
-
EthereumAuth
public EthereumAuth(String walletPassword, String walletFileName, ClassLoader classLoader) throws Exception
- Throws:
Exception
-
-