LDAPCertStoreParameters


LDAPCertStoreParameters java.security.cert

Java 1.4 cloneable

This concrete implementation of CertStoreParameters is used when creating a CertStore object of type "LDAP". It specifies the hostname of the LDAP server to connect to and, optionally , the port to connect on.

Figure 14-65. java.security.cert.LDAPCertStoreParameters

 public class  LDAPCertStoreParameters  implements CertStoreParameters {  // Public Constructors  public  LDAPCertStoreParameters  ( );        public  LDAPCertStoreParameters  (String  serverName  );        public  LDAPCertStoreParameters  (String  serverName  , int  port  );  // Public Instance Methods  public int  getPort  ( );  default:389  public String  getServerName  ( );  default:"localhost"   // Methods Implementing CertStoreParameters  public Object  clone  ( );  // Public Methods Overriding Object  public String  toString  ( );   } 



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net