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
NtlmEngineException
Copyright © 2015. All Rights Reserved.