# # General java.security properties # # In this file, various security properties are set for use by # java.security classes. This is where users will register security # packages that they want to use (sun.security is the default). # # When the implementation of a given algorithm is request without # specifying an implementation, security packages are scanned in # descending order for the implementation of a given algorithm. # # If a particular package is requested, the algorithm is looked up # in that package, and used. # # Package specific properties are specified in files named # in the security preferences directory. # which security packages are present in the environment security.package.SUN=sun.security # default security package default.security.package=SUN # system scope system.scope=sun.security.IdentityDatabase