public interface NTLMEngine
String generateType1Msg(String domain, String workstation) throws NTLMEngineException
domain - 可选Windows域名。
可以是null 。
workstation - 可选的Windows工作站名称。
可以是null 。
NTLMEngineException
String generateType3Msg(String username, String password, String domain, String workstation, String challenge) throws NTLMEngineException
username - Windows用户名
password - 密码
domain - Windows域名
workstation - Windows工作站名称
challenge - Type2挑战。
NTLMEngineException
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.