Uses of Class
jcifs.smb1.ntlmssp.Type2Message
-
Packages that use Type2Message Package Description jcifs.smb1.ntlmssp -
-
Uses of Type2Message in jcifs.smb1.ntlmssp
Methods in jcifs.smb1.ntlmssp with parameters of type Type2Message Modifier and Type Method Description static intType3Message. 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, String password)Constructs the LanManager response to the given Type-2 message using the supplied password.static byte[]Type3Message. getLMv2Response(Type2Message type2, String domain, String user, String password, byte[] clientChallenge)static byte[]Type3Message. getNTLMv2Response(Type2Message type2, byte[] responseKeyNT, byte[] clientChallenge)static byte[]Type3Message. getNTResponse(Type2Message type2, String password)Constructs the NT response to the given Type-2 message using the supplied password.Constructors in jcifs.smb1.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, String password, String domain, String user, String workstation, int flags)Creates a Type-3 message in response to the given Type-2 message.
-