|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.jini.jeri.ssl.ConfidentialityStrength
public final class ConfidentialityStrength
Represents a constraint that, if confidentiality of message contents is ensured, the specified strength of confidentiality be used.
The use of an instance of this constraint does not directly imply a Confidentiality.YES
constraint; that must be specified separately to ensure
that confidentiality is actually ensured.
Serialization for this class is guaranteed to produce instances that are
comparable with ==
.
This constraint is supported by the endpoints defined in this package.
The SslTrustVerifier
trust verifier may be used for establishing
trust in remote proxies that use instances of this class.
SslEndpoint
,
SslServerEndpoint
,
HttpsEndpoint
,
HttpsServerEndpoint
,
SslTrustVerifier
,
Serialized FormField Summary | |
---|---|
static ConfidentialityStrength |
STRONG
If confidentiality of message contents is ensured, then use strong confidentiality for message contents. |
static ConfidentialityStrength |
WEAK
If confidentiality of message contents is ensured, then use weak confidentiality for message contents. |
Method Summary | |
---|---|
String |
toString()
Returns a string representation of this object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final ConfidentialityStrength STRONG
For the endpoints in this package, this constraint is supported by cipher suites with the following cipher algorithms:
public static final ConfidentialityStrength WEAK
For the endpoints in this package, this constraint is supported by cipher suites with the following cipher algorithms:
Method Detail |
---|
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |