Skip to content

Wallet save fails - SecretKeyFactory not available #49

@pabelnl

Description

@pabelnl

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; } });

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingcorePocket Android Core projectethPocket Android Eth project

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions