Home | History | Annotate | Download | only in ldap

Lines Matching refs:certIssuers

1033         private Collection<X500Principal> certIssuers;
1041 * @param certIssuers the issuer DNs of the CRLs that you want
1046 Collection<X500Principal> certIssuers, String ldapDN)
1049 this.certIssuers = certIssuers;
1078 // temporarily set the issuer criterion to the certIssuers
1080 selector.setIssuers(certIssuers);