jdk/src/share/classes/sun/security/provider/VerificationProvider.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
    59         }
    59         }
    60         ACTIVE = b;
    60         ACTIVE = b;
    61     }
    61     }
    62 
    62 
    63     public VerificationProvider() {
    63     public VerificationProvider() {
    64         super("SunJarVerification", 1.8d, "Jar Verification Provider");
    64         super("SunJarVerification", 1.9d, "Jar Verification Provider");
    65         // register all algorithms normally registered by the Sun and SunRsaSign
    65         // register all algorithms normally registered by the Sun and SunRsaSign
    66         // providers, but only if they are missing
    66         // providers, but only if they are missing
    67         if (ACTIVE == false) {
    67         if (ACTIVE == false) {
    68             return;
    68             return;
    69         }
    69         }