| Package | Description | 
|---|---|
| net.jini.jeri.ssl | Provides implementations of  EndpointandServerEndpointthat use TLS/SSL and HTTPS (HTTP over
TLS/SSL) to support invocation constraints. | 
| Modifier and Type | Method and Description | 
|---|---|
| static SslEndpoint | SslEndpoint. getInstance(String serverHost,
           int port)Returns a TLS/SSL endpoint for the specified server host and port. | 
| static SslEndpoint | SslEndpoint. getInstance(String serverHost,
           int port,
           SocketFactory socketFactory)Returns a TLS/SSL endpoint for the specified server host, port, and
 socket factory. | 
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.