|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionContext | |
---|---|
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 ConnectionContext in net.jini.jeri.ssl |
---|
Fields in net.jini.jeri.ssl declared as ConnectionContext | |
---|---|
(package private) ConnectionContext |
SslEndpointImpl.ComparableConnectionContext.context
|
Methods in net.jini.jeri.ssl that return ConnectionContext | |
---|---|
(package private) static ConnectionContext |
ConnectionContext.getInstance(String cipherSuite,
Principal client,
Principal server,
boolean integrity,
boolean clientSide,
InvocationConstraints constraints)
Creates an instance that represents using the specified cipher suite, client and server principals, whether to guarantee codebase integrity, and constraints. |
Constructors in net.jini.jeri.ssl with parameters of type ConnectionContext | |
---|---|
SslEndpointImpl.ComparableConnectionContext(ConnectionContext context,
int suiteIndex)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |