|
|
org > org.ietf > org.ietf.jgss > org.ietf.jgss.messageprop >
Class: org.ietf.jgss.MessageProp java.lang.Object org.ietf.jgss.MessageProp
public class MessageProp extends Object
FIELDS:
CONSTRUCTORS:
| | | public | MessageProp(boolean privState) |
| | public | MessageProp(int qop, boolean privState) |
| |
|
|
|
METHODS:
| | | | public | int | getMinorStatus() |
| | public | String | getMinorString() |
| | public | boolean | getPrivacy() |
| | public | int | getQOP() |
| | public | boolean | isDuplicateToken() |
| | public | boolean | isGapToken() |
| | public | boolean | isOldToken() |
| | public | boolean | isUnseqToken() |
| | public | void | setPrivacy(boolean privState) |
| | public | void | setQOP(int qop) |
| | public | void | setSupplementaryStates(boolean duplicate, boolean old, boolean unseq, boolean gap, int minorStatus, String minorString) |
| |
|
|
|
INHERITED METHODS:
| getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|