jdk/src/share/classes/sun/security/provider/certpath/ReverseState.java
changeset 11902 a94ba35d9c4a
parent 10419 12c063b39232
parent 11900 9b1d5bef8038
child 12861 7aa4d0b3a8c7
equal deleted inserted replaced
11802:ca9f417701a3 11902:a94ba35d9c4a
     1 /*
     1 /*
     2  * Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2000, 2012, 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
    97     public CrlRevocationChecker crlChecker;
    97     public CrlRevocationChecker crlChecker;
    98 
    98 
    99     /* the algorithm checker */
    99     /* the algorithm checker */
   100     AlgorithmChecker algorithmChecker;
   100     AlgorithmChecker algorithmChecker;
   101 
   101 
       
   102     /* the untrusted certificates checker */
       
   103     UntrustedChecker untrustedChecker;
       
   104 
   102     /* the trust anchor used to validate the path */
   105     /* the trust anchor used to validate the path */
   103     TrustAnchor trustAnchor;
   106     TrustAnchor trustAnchor;
   104 
   107 
   105     /* Flag indicating if current cert can vouch for the CRL for
   108     /* Flag indicating if current cert can vouch for the CRL for
   106      * the next cert
   109      * the next cert