クラスの使用
jcifs.smb1.ntlmssp.Type2Message
-
Type2Messageを使用しているパッケージ パッケージ 説明 jcifs.smb1.ntlmssp -
-
jcifs.smb1.ntlmsspでのType2Messageの使用
Type2Message型のパラメータを持つjcifs.smb1.ntlmsspのメソッド 修飾子とタイプ メソッド 説明 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.Type2Message型のパラメータを持つjcifs.smb1.ntlmsspのコンストラクタ コンストラクタ 説明 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.
-