< prev index next >

src/java.base/share/classes/java/security/Security.java

Print this page

        

*** 43,52 **** --- 43,53 ---- * <p>The default values of security properties are read from an * implementation-specific location, which is typically the properties file * {@code conf/security/java.security} in the Java installation directory. * * @author Benjamin Renaud + * @since 1.1 */ public final class Security { /* Are we debugging? -- for developers */
< prev index next >