Package | Description |
---|---|
jcifs.ntlmssp |
Modifier and Type | Method and Description |
---|---|
static int |
Type2Message.getDefaultFlags(Type1Message type1)
Returns the default flags for a Type-2 message created in response
to the given Type-1 message in the current environment.
|
Constructor and Description |
---|
Type2Message(Type1Message type1)
Creates a Type-2 message in response to the given Type-1 message
using default values from the current environment.
|
Type2Message(Type1Message type1,
byte[] challenge,
java.lang.String target)
Creates a Type-2 message in response to the given Type-1 message.
|