Uses of Class jcifs.ntlmssp.Type2Message

Uses in package jcifs.ntlmssp

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[]
Type3Message.getLMResponse(Type2Message type2, String password)
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[]
Type3Message.getNTResponse(Type2Message type2, String password)
Constructs the NT response to the given Type-2 message using the supplied password.