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

/openjdk7/jdk/src/share/classes/java/security/cert/
H A DX509CRLSelector.java85 private X509Certificate certChecking; field in class:X509CRLSelector
451 certChecking = cert;
559 return certChecking;
583 if (certChecking != null)
584 sb.append(" Certificate being checked: " + certChecking + "\n");
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/ldap/
H A DLDAPCertStore.java742 * If issuerNames or certChecking are specified, the issuer's directory
743 * entry is searched. If neither issuerNames or certChecking are specified
772 X509Certificate certChecking = xsel.getCertificateChecking();
773 if (certChecking != null) {
775 X500Principal issuer = certChecking.getIssuerX500Principal();
782 throw new CertStoreException("need issuerNames or certChecking to "
800 if (certChecking == null || certChecking.getBasicConstraints() != -1) {
826 // if certChecking is null, we don't know if we should look in ARL or CRL
828 if (entryCRLs.isEmpty() || certChecking
[all...]

Completed in 33 milliseconds