jceprovider

This parameter specifies an alternative JCE provider for an SSH session. Use this parameter if you have a VT session that runs over a FIPS certified SSH connection. In this case, use the value "JsafeJCE" to invoke the RSA Jsafe crypto module. This value is case sensitive. If the JsafeJCE provider is successfully loaded, information in the Java console will indicate whether the module was loaded and if it is in FIPS-140 mode. If you do not use the correct case, the module will still load, but the client won't be able to connect, and you'll see this exception in the java console: kSecurityFactoryNoSuchProvider?com.wrq.fipsmodule.resources.Resources

Value

A valid JCE provider name. The default, "", uses JCRYPTO.

Example

<param name="jceProvider" value="JsafeJCE">