jdk/src/java.base/share/conf/security/java.security
changeset 28243 47080f9ae750
parent 27565 729f9700483a
child 28555 c7bf34f7b215
equal deleted inserted replaced
28242:0cbef7c46996 28243:47080f9ae750
   181 policy.ignoreIdentityScope=false
   181 policy.ignoreIdentityScope=false
   182 
   182 
   183 #
   183 #
   184 # Default keystore type.
   184 # Default keystore type.
   185 #
   185 #
   186 keystore.type=jks
   186 keystore.type=pkcs12
       
   187 
       
   188 #
       
   189 # Controls compatibility mode for JKS and PKCS12 keystore types.
       
   190 #
       
   191 # When set to 'true', both JKS and PKCS12 keystore types support loading
       
   192 # keystore files in either JKS or PKCS12 format. When set to 'false' the
       
   193 # JKS keystore type supports loading only JKS keystore files and the PKCS12
       
   194 # keystore type supports loading only PKCS12 keystore files.
       
   195 #
       
   196 keystore.type.compat=true
   187 
   197 
   188 #
   198 #
   189 # List of comma-separated packages that start with or equal this string
   199 # List of comma-separated packages that start with or equal this string
   190 # will cause a security exception to be thrown when
   200 # will cause a security exception to be thrown when
   191 # passed to checkPackageAccess unless the
   201 # passed to checkPackageAccess unless the