Interface Summary |
SecureCallContext |
A context for making a secure remote call, encapsulating information about
the constraints that must be used for the call, the preferences that can
be supported, and the subject (if any) that must be used for client
authentication. |
SecureClientConnection |
Defines a transport-neutral interface to established client-side
connections for secure remote calls. |
SecureClientEndpoint |
Defines a transport-neutral interface to objects that contain all of the
information necessary for a client to open outgoing connections for secure
remote calls. |
SecureConnectionAcceptor |
Defines a transport-neutral interface to objects that listen for incoming
connections for secure remote calls. |
SecureReusableClientConnection |
Defines the interface for secure client connections capable of being
reused with different constraints or client subjects. |
SecureServerConnection |
Defines a transport-neutral interface to established server-side
connections for secure remote calls. |
SecureServerEndpoint |
Defines a transport-neutral interface to objects that contain all of the
information necessary for a server to start listening for incoming
connections for secure remote calls. |
SecureServerEndpointFactory |
Defines a factory for generating secure server endpoints from server
subjects. |