- LDAPCertStoreParameters - Class in java.security.cert
-
Parameters used as input for the LDAP CertStore algorithm.
- LDAPCertStoreParameters(String, int) - Constructor for class java.security.cert.LDAPCertStoreParameters
-
Creates an instance of LDAPCertStoreParameters with the
specified parameter values.
- LDAPCertStoreParameters(String) - Constructor for class java.security.cert.LDAPCertStoreParameters
-
Creates an instance of LDAPCertStoreParameters with the
specified server name and a default port of 389.
- LDAPCertStoreParameters() - Constructor for class java.security.cert.LDAPCertStoreParameters
-
Creates an instance of LDAPCertStoreParameters with the
default parameter values (server name "localhost", port 389).
- load(InputStream, char[]) - Method in class java.security.KeyStore
-
Loads this KeyStore from the given input stream.