Home | History | Annotate | Download | only in ldap

Lines Matching refs:certSubject

919      * class avoids that problem by introducing a certSubject which should
925 private X500Principal certSubject;
933 * @param certSubject the subject DN of the certificate that you want
937 LDAPCertSelector(X509CertSelector selector, X500Principal certSubject,
940 this.certSubject = certSubject;
1017 // temporarily set the subject criterion to the certSubject
1019 selector.setSubject(certSubject);