API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.security.cert. LDAPCertStoreParameters View Source
Author(s)
Steve Hanna
Since
1.4
Version
1.9 11/17/05
Serial
Hierarchy
 Object
      LDAPCertStoreParameters
Implements
 CertStoreParameters
Subclasses
Description
public class LDAPCertStoreParameters
  Parameters used as input for the LDAP CertStore algorithm.
See also:    CertStore
Constructors
public LDAPCertStoreParameters ()
Creates an instance of LDAPCertStoreParameters with the default parameter values (server name "localhost", port 389).
public LDAPCertStoreParameters (String serverName)
  Creates an instance of LDAPCertStoreParameters with the specified server name and a default port of 389.
public LDAPCertStoreParameters (String serverName, int port)
  Creates an instance of LDAPCertStoreParameters with the specified parameter values.
Methods
Hide/Show inherited methods
public Object clone () [Specified in CertStoreParameters]
  Returns a copy of this object.
public int getPort ()
  Returns the port number of the LDAP server.
public String getServerName ()
  Returns the DNS name of the LDAP server.
public String toString ()
  Returns a formatted string describing the parameters.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar