initSecContext
. During context establishment sequence checking is not an option and is a function of the underlying mechanism's capabilities. Not all mechanisms support sequence checking and some mechanisms might require sequence checking even if the application doesn't. Therefore, the application should check to see if the request was honored with the {@link #getSequenceDetState() getSequenceDetState} method. If sequence checking is enabled then the{@link MessageProp#isDuplicateToken() MessageProp.isDuplicateToken}, {@link MessageProp#isOldToken() MessageProp.isOldToken}, {@link MessageProp#isUnseqToken() MessageProp.isUnseqToken}, and {@link MessageProp#isGapToken() MessageProp.isGapToken} methods will returnvalid results for the MessageProp
object that is passed in to the unwrap
method or the verifyMIC
method.
@param state a boolean value indicating whether sequence checkingshould be enabled over the established context or not. @see #getSequenceDetState() @throws GSSException containing the following major error codes: {@link GSSException#FAILURE GSSException.FAILURE}
|
|