jdk/src/share/classes/sun/security/provider/Sun.java
changeset 22121 b1aa108cccb5
parent 20485 8af87f3d549c
equal deleted inserted replaced
22120:3ec2fa1035de 22121:b1aa108cccb5
     1 /*
     1 /*
     2  * Copyright (c) 1996, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1996, 2014, 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
    45     "PKIX CertPathBuilder; LDAP, Collection CertStores, JavaPolicy Policy; " +
    45     "PKIX CertPathBuilder; LDAP, Collection CertStores, JavaPolicy Policy; " +
    46     "JavaLoginConfig Configuration)";
    46     "JavaLoginConfig Configuration)";
    47 
    47 
    48     public Sun() {
    48     public Sun() {
    49         /* We are the SUN provider */
    49         /* We are the SUN provider */
    50         super("SUN", 1.8d, INFO);
    50         super("SUN", 1.9d, INFO);
    51 
    51 
    52         // if there is no security manager installed, put directly into
    52         // if there is no security manager installed, put directly into
    53         // the provider. Otherwise, create a temporary map and use a
    53         // the provider. Otherwise, create a temporary map and use a
    54         // doPrivileged() call at the end to transfer the contents
    54         // doPrivileged() call at the end to transfer the contents
    55         if (System.getSecurityManager() == null) {
    55         if (System.getSecurityManager() == null) {