java.lang.Object | |
↳ | java.security.cert.LDAPCertStoreParameters |
The parameters to initialize a LDAP CertStore
instance.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new
LDAPCertStoreParameters instance with the specified
server name and port. | |||||||||||
Creates a new
LDAPCertStoreParameters instance with default
parameters. | |||||||||||
Creates a new
LDAPCertStoreParameters instance with the specified
server name and default port 389. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Clones this
LDAPCertStoreParameters instance. | |||||||||||
Returns the LDAP server port.
| |||||||||||
Returns the LDAP server name.
| |||||||||||
Returns the string representation of this
LDAPCertStoreParameters
instance. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
java.security.cert.CertStoreParameters
|
Creates a new LDAPCertStoreParameters
instance with the specified
server name and port.
serverName | the LDAP server name. |
---|---|
port | the port. |
NullPointerException | is serverName is null .
|
---|
Creates a new LDAPCertStoreParameters
instance with default
parameters.
The default parameters are server name "localhost" and port 389.
Creates a new LDAPCertStoreParameters
instance with the specified
server name and default port 389.
serverName | the LDAP server name. |
---|
NullPointerException | if serverName is null .
|
---|
Clones this LDAPCertStoreParameters
instance.
Returns the LDAP server port.
Returns the LDAP server name.
Returns the string representation of this LDAPCertStoreParameters
instance.
LDAPCertStoreParameters
instance.