| パッケージ | 説明 |
|---|---|
| jcifs.ntlmssp |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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,
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.
|
| コンストラクタと説明 |
|---|
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.
|
Copyright © 2016. All rights reserved.