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

/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/ldap/
H A DLDAPCertStore.java842 return new SunLDAPCertStoreParameters();
846 ? new SunLDAPCertStoreParameters(host)
847 : new SunLDAPCertStoreParameters(host, port));
856 private static class SunLDAPCertStoreParameters class in class:LDAPCertStore
861 SunLDAPCertStoreParameters(String serverName, int port) { method in class:LDAPCertStore.SunLDAPCertStoreParameters
864 SunLDAPCertStoreParameters(String serverName) { method in class:LDAPCertStore.SunLDAPCertStoreParameters
867 SunLDAPCertStoreParameters() { method in class:LDAPCertStore.SunLDAPCertStoreParameters

Completed in 33 milliseconds