jcifs.smb
Class NtlmContext

java.lang.Object
  extended byjcifs.smb.NtlmContext

public class NtlmContext
extends java.lang.Object


Constructor Summary
NtlmContext(NtlmPasswordAuthentication auth, boolean doSigning)
           
 
Method Summary
 byte[] getServerChallenge()
           
 byte[] getSigningKey()
           
 byte[] initSecContext(byte[] token, int offset, int len)
           
 boolean isEstablished()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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