public class MessageProp
extends java.lang.Object
Constructor and Description |
---|
MessageProp()
Default constructor for the class.
|
MessageProp(int qop,
boolean privState)
Constructor allowing the setting of the qop and
the privacy state.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getPrivacy()
Retrieves the privacy state.
|
int |
getQOP()
Retrieves the QOP value.
|
boolean |
isDuplicateToken()
Method to signal supplementary information.
|
boolean |
isGapToken()
Method to signal supplementary information.
|
boolean |
isOldToken()
Method to signal supplementary information.
|
boolean |
isUnseqToken()
Method to signal supplementary information.
|
void |
setDuplicateTokenStatus()
Used by mechanism packages to set supplementary status value.
|
void |
setGapTokenStatus()
Used by mechanism packages to set supplementary status value.
|
void |
setOldTokenState()
Used by mechanism packages to set supplementary status value.
|
void |
setPrivacy(boolean privState)
Sets the privacy state.
|
void |
setQOP(int qopVal)
Sets the QOP value.
|
void |
setUnseqTokenStatus()
Used by mechanism packages to set supplementary status value.
|
public MessageProp()
public MessageProp(int qop, boolean privState)
qop
- the qop value for the messageprivState
- indicates privacy request/applied statepublic int getQOP()
public boolean getPrivacy()
public void setQOP(int qopVal)
QOP
- value to store.public void setPrivacy(boolean privState)
privacy
- value to store.public boolean isDuplicateToken()
public boolean isOldToken()
public boolean isUnseqToken()
public boolean isGapToken()
public void setGapTokenStatus()
public void setDuplicateTokenStatus()
public void setOldTokenState()
public void setUnseqTokenStatus()