cgl.narada.util.ntlm
Class NTLMType3Message

java.lang.Object
  extended by cgl.narada.util.ntlm.NTLMMessage
      extended by cgl.narada.util.ntlm.NTLMType3Message

public class NTLMType3Message
extends NTLMMessage

Title: Description: Company:


Field Summary
 
Fields inherited from class cgl.narada.util.ntlm.NTLMMessage
protocol
 
Constructor Summary
NTLMType3Message(String domain, String host, String user, String password, byte[] nonce)
           
 
Method Summary
 byte[] export()
          -------------------------------------------------------------------------
 String exportBase64()
          -------------------------------------------------------------------------
 
Methods inherited from class cgl.narada.util.ntlm.NTLMMessage
writeLenOffset, writeShort, writeUnicode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NTLMType3Message

public NTLMType3Message(String domain,
                        String host,
                        String user,
                        String password,
                        byte[] nonce)
Method Detail

export

public byte[] export()
              throws IOException
-------------------------------------------------------------------------

Overrides:
export in class NTLMMessage
Throws:
IOException

exportBase64

public String exportBase64()
                    throws IOException
-------------------------------------------------------------------------

Throws:
IOException


For comments and suggestions please send e-mail to The NaradaBrokering Project