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
JCA uses a provider-based architecture, where one can specify a cryptography provider (like BouncyCastle) which will provide the implementations of JCA APIs.
Investigate if we can often identify the provider when tracking JCA crypto calls
If so, restructure the JCA rules to make them depend on the provider
Add BouncyCastle as a cryptography provider for JCA
The text was updated successfully, but these errors were encountered:
JCA uses a provider-based architecture, where one can specify a cryptography provider (like BouncyCastle) which will provide the implementations of JCA APIs.
The text was updated successfully, but these errors were encountered: