src/java.base/share/conf/security/java.security

Print this page

        

*** 64,75 **** # # List of providers and their preference orders (see above): # #ifdef solaris ! security.provider.tbd=com.oracle.security.ucrypto.UcryptoProvider ${java.home}/lib/security/ucrypto-solaris.cfg ! security.provider.tbd=sun.security.pkcs11.SunPKCS11 ${java.home}/lib/security/sunpkcs11-solaris.cfg #endif security.provider.tbd=sun.security.provider.Sun security.provider.tbd=sun.security.rsa.SunRsaSign security.provider.tbd=sun.security.ec.SunEC security.provider.tbd=com.sun.net.ssl.internal.ssl.Provider --- 64,75 ---- # # List of providers and their preference orders (see above): # #ifdef solaris ! security.provider.tbd=com.oracle.security.ucrypto.UcryptoProvider ${java.home}/conf/security/ucrypto-solaris.cfg ! security.provider.tbd=sun.security.pkcs11.SunPKCS11 ${java.home}/conf/security/sunpkcs11-solaris.cfg #endif security.provider.tbd=sun.security.provider.Sun security.provider.tbd=sun.security.rsa.SunRsaSign security.provider.tbd=sun.security.ec.SunEC security.provider.tbd=com.sun.net.ssl.internal.ssl.Provider
*** 160,170 **** # policy.provider=sun.security.provider.PolicyFile # The default is to have a single system-wide policy file, # and a policy file in the user's home directory. ! policy.url.1=file:${java.home}/lib/security/java.policy policy.url.2=file:${user.home}/.java.policy # whether or not we expand properties in the policy file # if this is set to false, properties (${...}) will not be expanded in policy # files. --- 160,170 ---- # policy.provider=sun.security.provider.PolicyFile # The default is to have a single system-wide policy file, # and a policy file in the user's home directory. ! policy.url.1=file:${java.home}/conf/security/java.policy policy.url.2=file:${user.home}/.java.policy # whether or not we expand properties in the policy file # if this is set to false, properties (${...}) will not be expanded in policy # files.
*** 217,232 **** --- 217,234 ---- com.sun.org.apache.xml.internal.res.,\ com.sun.org.apache.xml.internal.security.,\ com.sun.org.apache.xml.internal.serializer.utils.,\ com.sun.org.apache.xml.internal.utils.,\ com.sun.org.glassfish.,\ + com.sun.tools.script.,\ com.oracle.xmlns.internal.,\ com.oracle.webservices.internal.,\ org.jcp.xml.dsig.internal.,\ jdk.internal.,\ jdk.nashorn.internal.,\ jdk.nashorn.tools.,\ + jdk.tools.jimage.,\ com.sun.activation.registries.,\ #ifdef macosx apple.,\ #endif
*** 266,281 **** --- 268,285 ---- com.sun.org.apache.xml.internal.res.,\ com.sun.org.apache.xml.internal.security.,\ com.sun.org.apache.xml.internal.serializer.utils.,\ com.sun.org.apache.xml.internal.utils.,\ com.sun.org.glassfish.,\ + com.sun.tools.script.,\ com.oracle.xmlns.internal.,\ com.oracle.webservices.internal.,\ org.jcp.xml.dsig.internal.,\ jdk.internal.,\ jdk.nashorn.internal.,\ jdk.nashorn.tools.,\ + jdk.tools.jimage.,\ com.sun.activation.registries.,\ #ifdef macosx apple.,\ #endif