adorsys / datasafe

Secure, Encrypted and Versioned Data Storage Library
https://adorsys.github.io/datasafe/
GNU Affero General Public License v3.0
55 stars 24 forks source link

Fix java.lang.IllegalArgumentException: missing provider #189

Closed valb3r closed 4 months ago

valb3r commented 4 years ago

Currently, Datasafe requires manual addition of BouncyCastle when Keystore modification operations are not called: Security.addProvider(new BouncyCastleProvider()); we need to fix that - this should not be required