jdk/src/java.base/share/classes/java/security/Security.java
changeset 31270 e6470b24700d
parent 30033 b9c86c17164a
child 37880 60ec48925dc6
equal deleted inserted replaced
31269:14968253ce7e 31270:e6470b24700d
     1 /*
     1 /*
     2  * Copyright (c) 1996, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1996, 2015, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    39  * <p>This class centralizes all security properties and common security
    39  * <p>This class centralizes all security properties and common security
    40  * methods. One of its primary uses is to manage providers.
    40  * methods. One of its primary uses is to manage providers.
    41  *
    41  *
    42  * <p>The default values of security properties are read from an
    42  * <p>The default values of security properties are read from an
    43  * implementation-specific location, which is typically the properties file
    43  * implementation-specific location, which is typically the properties file
    44  * {@code lib/security/java.security} in the Java installation directory.
    44  * {@code conf/security/java.security} in the Java installation directory.
    45  *
    45  *
    46  * @author Benjamin Renaud
    46  * @author Benjamin Renaud
    47  */
    47  */
    48 
    48 
    49 public final class Security {
    49 public final class Security {