public interface NTLMEngine
| Modifier and Type | Method and Description | 
|---|---|
| String | generateType1Msg(String domain,
                String workstation)Generates a Type1 message given the domain and workstation. | 
| String | generateType3Msg(String username,
                char[] password,
                String domain,
                String workstation,
                String challenge)Generates a Type3 message given the user credentials and the
 authentication challenge. | 
String generateType1Msg(String domain, String workstation) throws NTLMEngineException
domain - Optional Windows domain name. Can be null.workstation - Optional Windows workstation name. Can be
  null.NTLMEngineExceptionString generateType3Msg(String username, char[] password, String domain, String workstation, String challenge) throws NTLMEngineException
username - Windows user namepassword - Passworddomain - Windows domain nameworkstation - Windows workstation namechallenge - Type2 challenge.NTLMEngineExceptionCopyright © 1999–2021 The Apache Software Foundation. All rights reserved.