|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SslEndpointImpl | |
---|---|
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 SslEndpointImpl in net.jini.jeri.ssl |
---|
Subclasses of SslEndpointImpl in net.jini.jeri.ssl | |
---|---|
private static class |
HttpsEndpoint.HttpsEndpointImpl
Implementation delegate |
Fields in net.jini.jeri.ssl declared as SslEndpointImpl | |
---|---|
(package private) SslEndpointImpl |
CallContext.endpointImpl
The associated endpoint implementation delegate. |
(package private) SslEndpointImpl |
SslEndpoint.impl
Implementation delegate. |
Methods in net.jini.jeri.ssl that return SslEndpointImpl | |
---|---|
private static SslEndpointImpl |
SslEndpoint.SslEndpointInternals.coerce(Endpoint endpoint)
|
Constructors in net.jini.jeri.ssl with parameters of type SslEndpointImpl | |
---|---|
CallContext(Endpoint endpoint,
SslEndpointImpl endpointImpl,
Subject clientSubject,
boolean clientAuthRequired,
Set clientPrincipals,
Set serverPrincipals,
List cipherSuites,
boolean integrityRequired,
boolean integrityPreferred,
long connectionTime)
Creates a CallContext. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |