jdk/src/share/classes/sun/security/provider/certpath/ConstraintsChecker.java
changeset 790 b91742db13e2
parent 2 90ce3da70b43
child 1238 6d1f4b722acd
equal deleted inserted replaced
703:80722b883082 790:b91742db13e2
    57     private int maxPathLength;
    57     private int maxPathLength;
    58     /* current index of cert */
    58     /* current index of cert */
    59     private int i;
    59     private int i;
    60     private NameConstraintsExtension prevNC;
    60     private NameConstraintsExtension prevNC;
    61 
    61 
    62     private static Set<String> supportedExts;
    62     private Set<String> supportedExts;
    63 
    63 
    64     /**
    64     /**
    65      * Creates a ConstraintsChecker.
    65      * Creates a ConstraintsChecker.
    66      *
    66      *
    67      * @param certPathLength the length of the certification path
    67      * @param certPathLength the length of the certification path