API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.ietf.jgss. MessageProp View Source
Author(s)
Mayank Upadhyay
Since
1.4
Version
1.10, 11/17/05
Serial
Hierarchy
 Object
      MessageProp
Implements
Subclasses
Description
public class MessageProp
  This is a utility class used within the per-message GSSContext methods to convey per-message properties.
Constructors
public MessageProp (boolean privState)
  Constructor which sets the desired privacy state.
public MessageProp (int qop, boolean privState)
  Constructor which sets the values for the qop and privacy state.
Methods
Hide/Show inherited methods
public int getMinorStatus ()
  Retrieves the minor status code that the underlying mechanism might have set for this per-message operation.
public String getMinorString ()
  Retrieves a string explaining the minor status code.
public boolean getPrivacy ()
  Retrieves the privacy state.
public int getQOP ()
  Retrieves the QOP value.
public boolean isDuplicateToken ()
  Tests if this is a duplicate of an earlier token.
public boolean isGapToken ()
  Tests if an expected token was not received, i.e., one or more predecessor tokens have not yet been successfully processed.
public boolean isOldToken ()
  Tests if this token's validity period has expired, i.e., the token is too old to be checked for duplication.
public boolean isUnseqToken ()
  Tests if a later token had already been processed.
public void setPrivacy (boolean privState)
  Sets the privacy state.
public void setQOP (int qop)
  Sets the QOP value.
public void setSupplementaryStates (boolean duplicate, boolean old, boolean unseq, boolean gap, int minorStatus, String minorString)
  This method sets the state for the supplementary information flags and the minor status in MessageProp.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar