We have configured the Java product to use only RSA JCE cryptographic services certified by FIPS. However, the product will not work if only RSA libraries are listed in java.security. Therefore, something is requesting non-FIPS algorithms from another provider.
In the process of elimination, we can say which banks are necessary for successful work, but this does not tell us which algorithms are requested or by whom.
This seems like a frequently asked question, but obviously we have not stumbled upon the correct documentation or the Google search bar: is there any reliable, convenient and consistent mechanism for determining which JCE providers are used in the running instance of the JVM
KarlU source
share