com.entrust.toolkit.security.crypto.rsa.en forceExponentLength

When operating in FIPS mode, the toolkit throws the following exception if the value of a key public exponent is not within the FIPS 186-3 range.

The size of the RSA public exponent is not in an acceptable range.

For example, when inter-operating with older systems that use a public exponent of 3. To disable this check, set this property as follows,

com.entrust.toolkit.security.crypto.rsa.en forceExponentLength = false