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

  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
PolicyChecker.java 70 private int certIndex;
125 certIndex = 1;
204 debug.println("PolicyChecker.checkPolicy() certIndex = "
205 + certIndex);
223 boolean finalCert = (certIndex == certPathLen);
225 rootNode = processPolicies(certIndex, initPolicies, explicitPolicy,
237 certIndex++;
407 * @param certIndex the index of the certificate
425 static PolicyNodeImpl processPolicies(int certIndex, Set<String> initPolicies,
493 boolean foundMatch = processParents(certIndex,
    [all...]
RevocationChecker.java 73 private int certIndex;
311 certIndex = params.certPath().getCertificates().size() - 1;
313 certIndex = -1;
430 e.getMessage(), e.getCause(), params.certPath(), certIndex,
451 if (certIndex > 0) {
452 certIndex--;
    [all...]
  /external/conscrypt/openjdk/src/test/java/org/conscrypt/
TestSessionBuilder.java 78 public TestSessionBuilder setCertificateLength(int certIndex, int certLength) {
80 certificateLengths.set(certIndex, certLength);

Completed in 93 milliseconds