| Package | Description | 
|---|---|
| net.jini.core.constraint | 
 Defines constraints and collections of constraints that can be used to control
method invocation, and an interface that proxies implement to allow clients
to specify constraints for remote method calls. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static Confidentiality | 
Confidentiality.NO
Transmit message contents in the clear (no use of encryption). 
 | 
static Confidentiality | 
Confidentiality.YES
Transmit message contents so that they cannot easily be interpreted by
 third parties (typically by using encryption). 
 |