Standalone keytool commands can load the SunPKCS11 provider from the command line using the
-providerClass, -providerArg, and -providerName flags. Third-party applications that load the SunPKCS11 provider themselves, rather than accepting those flags on the command line, require the provider to be registered statically in java.security, as described in Configure SunPKCS11 to use the Futurex PKCS11 module. On systems running in FIPS mode, the JVM ignores security.provider.N entries; add the provider as a new fips.provider.N entry at the next free index instead.
