com.entrust.toolkit.security.provider.jarcaching

By default, the Java Toolkit follows Oracle's document How to Implement a Provider for the Java Cryptography Architecture. This requires that the Self-Integrity Check on the security provider's JAR files is always based on fresh copies, not the cache. However, due to internet access bandwidth in some areas, re-downloading Java Toolkit security provider JAR files could be a performance concern. To allow caching, set this property as follows.

com.entrust.toolkit.security.provider.jarcaching=true

Whenever possible, use the default behavior rather than setting this property.

Available since: 7.2 SP2