You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello there! I'm a fan of this library. It's very helpful.
Anyway, I come across that there should be a possibility to switch security provider as in JCE allows this as the following:
val cipher = Cipher.getInstance(DEFAULT_TRANSFORMATION, new BouncyCastleProvider());
cipher.init(Cipher.ENCRYPT_MODE, loadPublicKey(publicKey));
I really appreciate your contribution to this library.
Looks forward to getting this on a future release.
Best Regard,
Reno
The text was updated successfully, but these errors were encountered:
Hello there! I'm a fan of this library. It's very helpful.
Anyway, I come across that there should be a possibility to switch security provider as in JCE allows this as the following:
val cipher = Cipher.getInstance(DEFAULT_TRANSFORMATION, new BouncyCastleProvider());
cipher.init(Cipher.ENCRYPT_MODE, loadPublicKey(publicKey));
I really appreciate your contribution to this library.
Looks forward to getting this on a future release.
Best Regard,
Reno
The text was updated successfully, but these errors were encountered: