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

  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
PolicyChecker.java 223 boolean finalCert = (certIndex == certPathLen);
227 currCertImpl, finalCert);
229 if (!finalCert) {
231 finalCert);
261 * @param finalCert a boolean indicating whether currCert is
268 boolean finalCert) throws CertPathValidatorException
285 if (!finalCert) {
419 * @param finalCert a boolean indicating whether currCert is the final
428 X509CertImpl currCert, boolean finalCert)
509 (!finalCert && X509CertImpl.isSelfIssued(currCert)))
    [all...]
ReverseBuilder.java 401 boolean finalCert = cert.getSubjectX500Principal().equals(buildParams.targetSubject());
407 if (!finalCert) {
447 if (finalCert || !X509CertImpl.isSelfIssued(cert)){
470 certImpl, finalCert);
SunCertPathBuilder.java 584 Certificate finalCert;
586 finalCert = builder.trustAnchor.getTrustedCert();
588 finalCert = cpList.getLast();
590 finalPublicKey = finalCert.getPublicKey();
    [all...]

Completed in 234 milliseconds