David Handermann created NIFI-12152:
---------------------------------------
Summary: Refactor Security.addProvider References to Bouncy Castle
Key: NIFI-12152
URL: https://issues.apache.org/jira/browse/NIFI-12152
Project: Apache NiFi
Issue Type: Improvement
Components: Extensions, MiNiFi
Reporter: David Handermann
Assignee: David Handermann
Fix For: 2.0.0
Several tests and server components include Security.addProvider() statements
that register the BouncyCastleProvider in static initialization methods. This
change applies to the entire Java Virtual Machine.
Most cryptographic operations support passing a Provider as an argument, and
this approach should be used when the Bouncy Castle Provider is required for
certain algorithms not included in the standard JDK, such as the Bouncy Castle
FIPS Key Store BCFKS.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)