Package net.jini.core.constraint
Class Confidentiality
java.lang.Object
net.jini.core.constraint.Confidentiality
- All Implemented Interfaces:
Serializable,InvocationConstraint
Represents a constraint on the confidentiality of message contents.
Serialization for this
class is guaranteed to produce instances that are comparable with ==.
- Since:
- 2.0
- Author:
- Sun Microsystems, Inc.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ConfidentialityTransmit message contents in the clear (no use of encryption).static final ConfidentialityTransmit message contents so that they cannot easily be interpreted by third parties (typically by using encryption). -
Method Summary
-
Field Details
-
YES
Transmit message contents so that they cannot easily be interpreted by third parties (typically by using encryption). The mechanisms used to maintain confidentiality are not specified by this constraint. -
NO
Transmit message contents in the clear (no use of encryption).Normally this constraint should not be used unless there is an organizational policy that data must be transmitted in the clear.
-
-
Method Details