Class JSSSocketFactory

java.lang.Object
netscape.ldap.factory.JSSSocketFactory
All Implemented Interfaces:
Serializable, LDAPSocketFactory, LDAPTLSSocketFactory, org.mozilla.jss.ssl.SSLCertificateApprovalCallback

public class JSSSocketFactory extends Object implements Serializable, LDAPTLSSocketFactory, org.mozilla.jss.ssl.SSLCertificateApprovalCallback
Creates an SSL socket connection to a server, using the Netscape/Mozilla JSS package. This class implements the LDAPSocketFactory interface.

By default, the factory uses "secmod.db", "key*.db" and "cert*.db" databases in the current directory. If you need to override this default setting, then you should use the constructor JSSSocketFactory(certdbDir).

Version:
1.1
See Also: