java.security.cert
public class LDAPCertStoreParameters extends Object implements CertStoreParameters
See Also: CertStore
Constructor Summary | |
---|---|
LDAPCertStoreParameters()
Create a new LDAPCertStoreParameters object, with a servername of
"localhost" and a port of 389. | |
LDAPCertStoreParameters(String serverName)
Create a new LDAPCertStoreParameters object, with a specified
server name and a port of 389.
| |
LDAPCertStoreParameters(String serverName, int port)
Create a new LDAPCertStoreParameters object, with a specified
server name and port.
|
Method Summary | |
---|---|
Object | clone() |
int | getPort()
Return the port.
|
String | getServerName()
Return the server name.
|
String | toString()
Return a string representation of these parameters.
|
Parameters: serverName The LDAP server name.
Throws: NullPointerException If serverName is null.
Parameters: serverName The LDAP server name. port The LDAP port.
Throws: NullPointerException If serverName is null.
Returns: the port.
Returns: The server name.
Returns: The string representation of these parameters.