Searched defs:certIndex (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DReverseState.java78 int certIndex; field in class:ReverseState
133 sb.append("\n certIndex: " + certIndex);
203 /* Initialize certIndex */
204 certIndex = 1;
338 certIndex++;
H A DPolicyChecker.java70 private int certIndex; field in class:PolicyChecker
125 certIndex = 1;
202 debug.println("PolicyChecker.checkPolicy() certIndex = "
203 + certIndex);
221 boolean finalCert = (certIndex == certPathLen);
223 rootNode = processPolicies(certIndex, initPolicies, explicitPolicy,
235 certIndex++;
405 * @param certIndex the index of the certificate
423 static PolicyNodeImpl processPolicies(int certIndex, Set<String> initPolicies, argument
492 boolean foundMatch = processParents(certIndex,
593 rewriteLeafNodes(int certIndex, Set<String> initPolicies, PolicyNodeImpl rootNode) argument
652 processParents(int certIndex, boolean policiesCritical, boolean rejectPolicyQualifiers, PolicyNodeImpl rootNode, String curPolicy, Set<PolicyQualifierInfo> pQuals, boolean matchAny) argument
737 processPolicyMappings(X509CertImpl currCert, int certIndex, int policyMapping, PolicyNodeImpl rootNode, boolean policiesCritical, Set<PolicyQualifierInfo> anyQuals) argument
856 removeInvalidNodes(PolicyNodeImpl rootNode, int certIndex, Set<String> initPolicies, CertificatePoliciesExtension currCertPolicies) argument
[all...]

Completed in 49 milliseconds