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
In BouncyCastleUtils class the provider BC (BouncyCastle) is hardcoded on .setProvider method.
This cause a RuntimeException on Android.
Make the provider's choice automatic
The text was updated successfully, but these errors were encountered:
SimoneTinella
added a commit
to SimoneTinella/UA-Java-Legacy
that referenced
this issue
Oct 15, 2019
In BouncyCastleUtils class the provider BC (BouncyCastle) is hardcoded on .setProvider method.
This cause a RuntimeException on Android.
Make the provider's choice automatic
The text was updated successfully, but these errors were encountered: