Package io.keyko.nevermined.api.helper
Class AccountsHelper
- java.lang.Object
-
- io.keyko.nevermined.api.helper.AccountsHelper
-
public abstract class AccountsHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description AccountsHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringcreateAccount(String password, String destination)static StringgetAddressFromFilePath(String walletFileName)
-
-
-
Method Detail
-
createAccount
public static String createAccount(String password, String destination) throws NoSuchAlgorithmException, NoSuchProviderException, InvalidAlgorithmParameterException, org.web3j.crypto.CipherException, IOException
- Throws:
NoSuchAlgorithmExceptionNoSuchProviderExceptionInvalidAlgorithmParameterExceptionorg.web3j.crypto.CipherExceptionIOException
-
-