public final class NTLMEngine extends Object
| Modifier and Type | Field and Description |
|---|---|
static NTLMEngine |
INSTANCE |
| Constructor and Description |
|---|
NTLMEngine() |
| Modifier and Type | Method and Description |
|---|---|
String |
generateType1Msg()
Creates the first message (type 1 message) in the NTLM authentication
sequence.
|
String |
generateType3Msg(String username,
String password,
String domain,
String workstation,
String challenge) |
public static final NTLMEngine INSTANCE
public String generateType1Msg()
public String generateType3Msg(String username, String password, String domain, String workstation, String challenge) throws NTLMEngineException
NTLMEngineExceptionCopyright © 2020. All Rights Reserved.