クラスの使用
jcifs.ntlmssp.Type2Message
-
Type2Messageを使用しているパッケージ パッケージ 説明 jcifs.ntlmssp jcifs.smb -
-
jcifs.ntlmsspでのType2Messageの使用
Type2Message型のパラメータを持つjcifs.ntlmsspのメソッド 修飾子とタイプ メソッド 説明 static intType3Message. getDefaultFlags(CIFSContext tc, 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(CIFSContext tc, Type2Message type2, String password)Constructs the LanManager response to the given Type-2 message using the supplied password.static byte[]Type3Message. getLMv2Response(CIFSContext tc, Type2Message type2, String domain, String user, byte[] passwordHash, byte[] clientChallenge)static byte[]Type3Message. getLMv2Response(CIFSContext tc, Type2Message type2, String domain, String user, String password, byte[] clientChallenge)static byte[]Type3Message. getNTLMv2Response(CIFSContext tc, Type2Message type2, byte[] responseKeyNT, byte[] clientChallenge, byte[] clientChallengeInfo, long ts)static byte[]Type3Message. getNTResponse(CIFSContext tc, Type2Message type2, byte[] passwordHash)Constructs the NT response to the given Type-2 message using the supplied password.static byte[]Type3Message. getNTResponse(CIFSContext tc, Type2Message type2, String password)Constructs the NT response to the given Type-2 message using the supplied password.Type2Message型のパラメータを持つjcifs.ntlmsspのコンストラクタ コンストラクタ 説明 Type3Message(CIFSContext tc, Type2Message type2, String targetName, byte[] passwordHash, String domain, String user, String workstation, int flags)Creates a Type-3 message in response to the given Type-2 message.Type3Message(CIFSContext tc, Type2Message type2, String targetName, byte[] passwordHash, String password, String domain, String user, String workstation, int flags, boolean nonAnonymous)Creates a Type-3 message in response to the given Type-2 message.Type3Message(CIFSContext tc, Type2Message type2, String targetName, String password, String domain, String user, String workstation, int flags)Creates a Type-3 message in response to the given Type-2 message.Type3Message(CIFSContext tc, Type2Message type2, String targetName, String password, String domain, String user, String workstation, int flags, boolean nonAnonymous)Creates a Type-3 message in response to the given Type-2 message. -
jcifs.smbでのType2Messageの使用
Type2Message型のパラメータを持つjcifs.smbのメソッド 修飾子とタイプ メソッド 説明 protected Type3MessageNtlmContext. createType3Message(Type2Message msg2)
-