Wallet save functionality fails with error:
W/System.err: java.security.NoSuchAlgorithmException: PBEwithHmacSHA512AndAES_256 SecretKeyFactory not available
The issue is happening with the Ethereum plugin.
// Wallet this.wallet = pocketEth.getRinkeby().createWallet();
this.wallet.save("123", appContext, new Function1<WalletPersistenceError, Unit>() { @Override public Unit invoke(WalletPersistenceError walletPersistenceError) { return null; } });
Wallet save functionality fails with error:
W/System.err: java.security.NoSuchAlgorithmException: PBEwithHmacSHA512AndAES_256 SecretKeyFactory not availableThe issue is happening with the Ethereum plugin.
// Wallet this.wallet = pocketEth.getRinkeby().createWallet();this.wallet.save("123", appContext, new Function1<WalletPersistenceError, Unit>() { @Override public Unit invoke(WalletPersistenceError walletPersistenceError) { return null; } });