Uses of Class
jcifs.ntlmssp.Type2Message
-
Packages that use Type2Message Package Description jcifs.ntlmssp -
-
Uses of Type2Message in jcifs.ntlmssp
Methods in jcifs.ntlmssp with parameters of type Type2Message Modifier and Type Method Description static int
Type3Message. getDefaultFlags(Type2Message type2)
Returns the default flags for a Type-3 message created in response to the given Type-2 message in the current environment.static byte[]
Type3Message. getLMResponse(Type2Message type2, java.lang.String password)
Constructs the LanManager response to the given Type-2 message using the supplied password.static byte[]
Type3Message. getLMv2Response(Type2Message type2, java.lang.String domain, java.lang.String user, java.lang.String password, byte[] clientChallenge)
static byte[]
Type3Message. getNTLMv2Response(Type2Message type2, byte[] responseKeyNT, byte[] clientChallenge)
static byte[]
Type3Message. getNTResponse(Type2Message type2, java.lang.String password)
Constructs the NT response to the given Type-2 message using the supplied password.Constructors in jcifs.ntlmssp with parameters of type Type2Message Constructor Description Type3Message(Type2Message type2)
Creates a Type-3 message in response to the given Type-2 message using default values from the current environment.Type3Message(Type2Message type2, java.lang.String password, java.lang.String domain, java.lang.String user, java.lang.String workstation, int flags)
Creates a Type-3 message in response to the given Type-2 message.
-