Package jcifs.smb
Class NtlmContext
- java.lang.Object
-
- jcifs.smb.NtlmContext
-
public class NtlmContext extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description NtlmContext(NtlmPasswordAuthentication auth, boolean doSigning)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getServerChallenge()byte[]getSigningKey()byte[]initSecContext(byte[] token, int offset, int len)booleanisEstablished()
-
-
-
Constructor Detail
-
NtlmContext
public NtlmContext(NtlmPasswordAuthentication auth, boolean doSigning)
-
-
Method Detail
-
isEstablished
public boolean isEstablished()
-
getServerChallenge
public byte[] getServerChallenge()
-
getSigningKey
public byte[] getSigningKey()
-
initSecContext
public byte[] initSecContext(byte[] token, int offset, int len) throws SmbException- Throws:
SmbException
-
-