jcifs.smb
Class NtlmContext
java.lang.Object
jcifs.smb.NtlmContext
public class NtlmContext
- extends Object
For initiating NTLM authentication (including NTLMv2). If you want to add NTLMv2 authentication support to something this is what you want to use. See the code for details. Note that JCIFS does not implement the acceptor side of NTLM authentication.
NtlmContext
public NtlmContext(NtlmPasswordAuthentication auth,
boolean doSigning)
toString
public String toString()
- Overrides:
toString in class Object
isEstablished
public boolean isEstablished()
getServerChallenge
public byte[] getServerChallenge()
getSigningKey
public byte[] getSigningKey()
getNetbiosName
public String getNetbiosName()
initSecContext
public byte[] initSecContext(byte[] token,
int offset,
int len)
throws SmbException
- Throws:
SmbException
Copyright © 2012. All Rights Reserved.