Uses of Class
net.jini.core.constraint.Integrity

Packages that use Integrity
Package
Description
 
  • Uses of Integrity in net.jini.core.constraint

    Fields in net.jini.core.constraint declared as Integrity
    Modifier and Type
    Field
    Description
    static final Integrity
    Integrity.NO
    Do not detect when message contents have been altered by third parties.
    static final Integrity
    Integrity.YES
    Detect when message contents (both requests and replies) have been altered by third parties, and if detected, refuse to process the message and throw an exception.