Frames | No Frames |
Constructors with parameter type jcifs.ntlmssp.Type2Message | |
Creates a Type-3 message in response to the given Type-2 message
using default values from the current environment. | |
Type3Message.Type3Message(Type2Message type2, String password, String domain, String user, String workstation) Creates a Type-3 message in response to the given Type-2 message. |
Methods with parameter type jcifs.ntlmssp.Type2Message | |
int | Returns the default flags for a Type-3 message created in response
to the given Type-2 message in the current environment. |
byte[] | Constructs the LanManager response to the given Type-2 message using
the supplied password. |
byte[] | Type3Message.getLMv2Response(Type2Message type2, String domain, String user, String password, byte[] clientChallenge) |
byte[] | Constructs the NT response to the given Type-2 message using
the supplied password. |