Update java.security file for JDK11/JDK 17

  1. Edit the Java security configuration file java.security located in the following directory:<JDK_Installation_directory>/Conf/Security.

  2. For Java 11, update the java.security file to use Utimaco security provider as mentioned below.

›_ sample content from java.security

security.provider.1=SUN 
security.provider.2=SunRsaSign 
security.provider.3=SunEC 
security.provider.4=SunJSSE 
security.provider.5=SunJCE
security.provider.6=SunJGSS 
security.provider.7=SunSASL 
security.provider.8=XMLDSig 
security.provider.9=SunPCSC 
security.provider.10=JdkLDAP 
security.provider.11=JdkSASL 
security.provider.12=SunPKCS11 /etc/utimaco/pkcs11.cfg

For Windows, update security.provider.12=SunPKCS11 /etc/utimaco/pkcs11.cfg to security.provider.12=SunPKCS11 C:/ProgramData/Utimaco/PKCS11_R3/pkcs11.cfg.

Note that the directory markers are forward slashes, as this will be interpreted by Java, not by Windows.