Uses of Class
net.jini.jeri.ssl.Utilities

Packages that use Utilities
net.jini.jeri.ssl Provides implementations of Endpoint and ServerEndpoint that use TLS/SSL and HTTPS (HTTP over TLS/SSL) to support invocation constraints. 
 

Uses of Utilities in net.jini.jeri.ssl
 

Subclasses of Utilities in net.jini.jeri.ssl
(package private)  class AuthManager
          Implements X509KeyManager by getting its key and credential information from a JAAS subject, and X509TrustManager by using FilterX509TrustManager.
(package private)  class CallContext
          Records information needed to make a remote call.
(package private)  class ClientAuthManager
          An AuthManager for clients.
(package private)  class ConnectionContext
          Records information about a connection used for a remote call and determines whether the connection could support specific constraints.
(package private)  class FilterX509TrustManager
          Implements an X509TrustManager that only trusts certificate chains whose first certificate identifies one of a set of principals.
private static class HttpsEndpoint.HttpsConnection
           
private static class HttpsEndpoint.HttpsEndpointImpl
          Implementation delegate
private static class HttpsServerEndpoint.HttpsServerEndpointImpl
          Implementation delegate.
private  class HttpsServerEndpoint.HttpsServerEndpointImpl.HttpsListenEndpoint
          Implements ListenEndpoint
private  class HttpsServerEndpoint.HttpsServerEndpointImpl.HttpsListenHandle
          Implements ListenHandle
private static class HttpsServerEndpoint.HttpsServerEndpointImpl.HttpsRequestDispatcher
          Implements RequestDispatcher using the specified RequestDispatcher and ServerConnection.
private  class HttpsServerEndpoint.HttpsServerEndpointImpl.HttpsServerConnection
          Implements ServerConnection.
(package private)  class ServerAuthManager
          An AuthManager for servers.
(package private)  class SslConnection
          Implementation of Connection used by SslEndpoint.
private static class SslEndpoint.SslEndpointInternals
          Support EndpointInternals, for use by discovery providers
(package private)  class SslEndpointImpl
          Provides the implementation of SslEndpoint so that the implementation can be inherited by HttpsEndpoint without revealing the inheritance in the public API.
(package private)  class SslServerEndpointImpl
          Provides the implementation of SslServerEndpoint so that the implementation can be inherited by HttpsServerEndpoint without revealing the inheritance in the public API.
(package private)  class SslServerEndpointImpl.SslListenEndpoint
          Implements ListenEndpoint
(package private)  class SslServerEndpointImpl.SslListenHandle
          Implements ListenHandle
(package private)  class SslServerEndpointImpl.SslServerConnection
          Implements ServerConnection
(package private)  class SubjectCredentials
          Provides methods for retrieving credentials from a Subject.
 



Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.