sslFipsRequired

 

public static boolean

When this is set to true, the only Cipher Suites which can be used on an SSL connection from this client process are those which are FIPS-enabled. If this has been set to true and a customized sslSocketFactory has been specified the customized sslSocketFactory will not be used, as it cant be guaranteed that the sslSocketFactory is FIPS compliant.


uj12500_