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

/forgerock/openam-v13/openam-authentication/openam-auth-cert/src/main/java/com/sun/identity/authentication/modules/cert/
H A DCert.java121 private String[] amAuthCert_chkAttributesCRL = null; field in class:Cert
237 amAuthCert_chkAttributesCRL = trimItems(amAuthCert_chkAttrCRL.split(","));
367 "\n\tchkAttributesCRL=" + Arrays.toString(amAuthCert_chkAttributesCRL) +
495 crl = AMCRLStore.getCRL(ldapParam, cert, amAuthCert_chkAttributesCRL);
551 X509CRL crl = AMCRLStore.getCRL(ldapParam, cert, amAuthCert_chkAttributesCRL);
911 amAuthCert_chkAttributesCRL = null;
/forgerock/openam/openam-authentication/openam-auth-cert/src/main/java/com/sun/identity/authentication/modules/cert/
H A DCert.java118 private String[] amAuthCert_chkAttributesCRL = null; field in class:Cert
225 amAuthCert_chkAttributesCRL = trimItems(amAuthCert_chkAttrCRL.split(","));
361 .append("\n\tchkAttributesCRL=").append(Arrays.toString(amAuthCert_chkAttributesCRL))
491 X509CRL crl = AMCRLStore.getCRL(ldapParam, cert, amAuthCert_chkAttributesCRL);
850 amAuthCert_chkAttributesCRL = null;

Completed in 30 milliseconds