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

/libcore/luni/src/main/java/java/security/cert/
H A DLDAPCertStoreParameters.java23 public class LDAPCertStoreParameters implements CertStoreParameters { class in inherits:CertStoreParameters
35 * Creates a new {@code LDAPCertStoreParameters} instance with the specified
45 public LDAPCertStoreParameters(String serverName, int port) { method in class:LDAPCertStoreParameters
54 * Creates a new {@code LDAPCertStoreParameters} instance with default
59 public LDAPCertStoreParameters() { method in class:LDAPCertStoreParameters
65 * Creates a new {@code LDAPCertStoreParameters} instance with the specified
73 public LDAPCertStoreParameters(String serverName) { method in class:LDAPCertStoreParameters
82 * Clones this {@code LDAPCertStoreParameters} instance.
113 * Returns the string representation of this {@code LDAPCertStoreParameters}
116 * @return the string representation of this {@code LDAPCertStoreParameters}
[all...]

Completed in 232 milliseconds