...
You will need to download the following BouncyCastle FIPS libraries from https://www.bouncycastle.org/fipsdownload/bouncy-castle-java-fips/:
- bc-fips-<VERSION>.jar (tested with version 1.0.2.45)
- bctls-fips-<VERSION>.jar (tested with version 1.0.1819)
You can place these libraries wherever you choose. This location will be referred to as <BC_DIR>
below.
...