...
You will need to download the following Bouncy Castle FIPS libraries from https://www.bouncycastle.org/fips-java/:
bc-fips-<VERSION>.jar (tested with version 2.0.0)
bctls-fips-<VERSION>.jar (tested with version 2.0.19)
bcutil-fips-<VERSION>.jar (tested with version 2.0.3)
You can place these libraries wherever you choose. This location will be referred to as <BC_DIR> below.
...