HomeSort by relevance Sort by last modified time
    Searched refs:certPathLength (Results 1 - 2 of 2) sorted by null

  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
ConstraintsChecker.java 57 private final int certPathLength;
69 * @param certPathLength the length of the certification path
71 ConstraintsChecker(int certPathLength) {
72 this.certPathLength = certPathLength;
79 maxPathLength = certPathLength;
145 if (prevNC != null && ((i == certPathLength) ||
233 if (i < certPathLength) {
  /libcore/ojluni/src/main/java/sun/security/validator/
PKIXValidator.java 68 private int certPathLength = -1;
176 return certPathLength;
344 certPathLength = chain.length;

Completed in 315 milliseconds