< prev index next >

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

Print this page




 139 #ifdef windows
 140 securerandom.strongAlgorithms=Windows-PRNG:SunMSCAPI,SHA1PRNG:SUN
 141 #endif
 142 #ifndef windows
 143 securerandom.strongAlgorithms=NativePRNGBlocking:SUN
 144 #endif
 145 
 146 #
 147 # Class to instantiate as the javax.security.auth.login.Configuration
 148 # provider.
 149 #
 150 login.configuration.provider=sun.security.provider.ConfigFile
 151 
 152 #
 153 # Default login configuration file
 154 #
 155 #login.config.url.1=file:${user.home}/.java.login.config
 156 
 157 #
 158 # Class to instantiate as the system Policy. This is the name of the class
 159 # that will be used as the Policy object.

 160 #
 161 policy.provider=sun.security.provider.PolicyFile
 162 
 163 # The default is to have a single system-wide policy file,
 164 # and a policy file in the user's home directory.
 165 policy.url.1=file:${java.home}/conf/security/java.policy
 166 policy.url.2=file:${user.home}/.java.policy
 167 
 168 # whether or not we expand properties in the policy file
 169 # if this is set to false, properties (${...}) will not be expanded in policy
 170 # files.
 171 policy.expandProperties=true
 172 
 173 # whether or not we allow an extra policy to be passed on the command line
 174 # with -Djava.security.policy=somefile. Comment out this line to disable
 175 # this feature.
 176 policy.allowSystemProperty=true
 177 
 178 # whether or not we look into the IdentityScope for trusted Identities
 179 # when encountering a 1.1 signed JAR file. If the identity is found




 139 #ifdef windows
 140 securerandom.strongAlgorithms=Windows-PRNG:SunMSCAPI,SHA1PRNG:SUN
 141 #endif
 142 #ifndef windows
 143 securerandom.strongAlgorithms=NativePRNGBlocking:SUN
 144 #endif
 145 
 146 #
 147 # Class to instantiate as the javax.security.auth.login.Configuration
 148 # provider.
 149 #
 150 login.configuration.provider=sun.security.provider.ConfigFile
 151 
 152 #
 153 # Default login configuration file
 154 #
 155 #login.config.url.1=file:${user.home}/.java.login.config
 156 
 157 #
 158 # Class to instantiate as the system Policy. This is the name of the class
 159 # that will be used as the Policy object. The system class loader is used to
 160 # locate this class.
 161 #
 162 policy.provider=sun.security.provider.PolicyFile
 163 
 164 # The default is to have a single system-wide policy file,
 165 # and a policy file in the user's home directory.
 166 policy.url.1=file:${java.home}/conf/security/java.policy
 167 policy.url.2=file:${user.home}/.java.policy
 168 
 169 # whether or not we expand properties in the policy file
 170 # if this is set to false, properties (${...}) will not be expanded in policy
 171 # files.
 172 policy.expandProperties=true
 173 
 174 # whether or not we allow an extra policy to be passed on the command line
 175 # with -Djava.security.policy=somefile. Comment out this line to disable
 176 # this feature.
 177 policy.allowSystemProperty=true
 178 
 179 # whether or not we look into the IdentityScope for trusted Identities
 180 # when encountering a 1.1 signed JAR file. If the identity is found


< prev index next >