jdk/src/macosx/classes/apple/security/AppleProvider.java
changeset 22121 b1aa108cccb5
parent 20485 8af87f3d549c
child 23649 f4f882f0056b
equal deleted inserted replaced
22120:3ec2fa1035de 22121:b1aa108cccb5
     1 /*
     1 /*
     2  * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2011, 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
    41 
    41 
    42     private static final String info = "Apple Provider";
    42     private static final String info = "Apple Provider";
    43 
    43 
    44     public AppleProvider() {
    44     public AppleProvider() {
    45         /* We are the Apple provider */
    45         /* We are the Apple provider */
    46         super("Apple", 1.8d, info);
    46         super("Apple", 1.9d, info);
    47 
    47 
    48         AccessController.<Object>doPrivileged(new java.security.PrivilegedAction<Object>() {
    48         AccessController.<Object>doPrivileged(new java.security.PrivilegedAction<Object>() {
    49             public Object run() {
    49             public Object run() {
    50 
    50 
    51                 /*
    51                 /*