No examples for this method.
Frequently called with: [Clear]
-1
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
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
|||||||||||
![]() |
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.