jdk/src/share/classes/sun/security/provider/certpath/ForwardState.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
    76     /* Flag indicating if state is initial (path is just starting) */
    76     /* Flag indicating if state is initial (path is just starting) */
    77     private boolean init = true;
    77     private boolean init = true;
    78 
    78 
    79     /* the checker used for revocation status */
    79     /* the checker used for revocation status */
    80     public CrlRevocationChecker crlChecker;
    80     public CrlRevocationChecker crlChecker;
       
    81 
       
    82     /* the untrusted certificates checker */
       
    83     UntrustedChecker untrustedChecker;
    81 
    84 
    82     /* The list of user-defined checkers that support forward checking */
    85     /* The list of user-defined checkers that support forward checking */
    83     ArrayList<PKIXCertPathChecker> forwardCheckers;
    86     ArrayList<PKIXCertPathChecker> forwardCheckers;
    84 
    87 
    85     /* Flag indicating if key needing to inherit key parameters has been
    88     /* Flag indicating if key needing to inherit key parameters has been