Package | Description |
---|---|
net.jini.jeri.ssl |
Provides implementations of
Endpoint and ServerEndpoint that use TLS/SSL and HTTPS (HTTP over
TLS/SSL) to support invocation constraints. |
Modifier and Type | Field and Description |
---|---|
static ConfidentialityStrength |
ConfidentialityStrength.STRONG
If confidentiality of message contents is ensured, then use strong
confidentiality for message contents.
|
static ConfidentialityStrength |
ConfidentialityStrength.WEAK
If confidentiality of message contents is ensured, then use weak
confidentiality for message contents.
|