Package jcifs.smb
Class NtlmContext
java.lang.Object
jcifs.smb.NtlmContext
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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
byte[]
byte[]
initSecContext
(byte[] token, int offset, int len) boolean
toString()
-
Constructor Details
-
NtlmContext
-
-
Method Details
-
toString
-
isEstablished
public boolean isEstablished() -
getServerChallenge
public byte[] getServerChallenge() -
getSigningKey
public byte[] getSigningKey() -
getNetbiosName
-
initSecContext
- Throws:
SmbException
-