java.lang.Object | ||
java.security.cert.LDAPCertStoreParameters | CertStoreParameters |
LDAPCertStoreParameters(String serverName, int port) | ||||||
LDAPCertStoreParameters() | ||||||
LDAPCertStoreParameters(String serverName) |
Object | clone() | |||||
Returns a new instance of the same class as the receiver, whose slots have been filled in with the values in the slots of the receiver. | ||||||
int | getPort() | |||||
String | getServerName() | |||||
String | toString() | |||||
Returns a string containing a concise, human-readable description of the receiver. |
Classes which wish to support cloning must specify that they implement the Cloneable interface, since the implementation checks for this.
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:56 |