Searched refs:certPathLength (Results 1 - 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/provider/certpath/
H A DConstraintsChecker.java57 private final int certPathLength; field in class:ConstraintsChecker
69 * @param certPathLength the length of the certification path
71 ConstraintsChecker(int certPathLength) { argument
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/
H A DPKIXValidator.java68 private int certPathLength = -1; field in class:PKIXValidator
176 return certPathLength;
344 certPathLength = chain.length;

Completed in 42 milliseconds