netscape.ldap
Interface LDAPTLSSocketFactory
- LDAPSocketFactory
- JSSESocketFactory, JSSSocketFactory
public interface LDAPTLSSocketFactory
A socket factory interface for supporting the start TLS LDAPv3
extension (RFC 2830).
Socket | makeSocket(Socket s) - Creates an SSL socket layered over an existing socket.
|
makeSocket
public Socket makeSocket(Socket s)
throws LDAPException
Creates an SSL socket layered over an existing socket.
Used for the start TLS operations (RFC2830).
s
- An existing non-SSL socket
- A SSL socket layered over the input socket