org.jboss.security.negotiation.ntlm.encoding
Class NegotiateMessageDecoder

java.lang.Object
  extended by org.jboss.security.negotiation.ntlm.encoding.NegotiateMessageDecoder

public class NegotiateMessageDecoder
extends Object

A Decoder to decode the NegotiateMessage

Since:
7th August 2008
Author:
darran.lofthouse@jboss.com

Constructor Summary
NegotiateMessageDecoder()
           
 
Method Summary
static NegotiateMessage decode(byte[] token)
           
static NegotiateMessage decode(InputStream is)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NegotiateMessageDecoder

public NegotiateMessageDecoder()
Method Detail

decode

public static NegotiateMessage decode(InputStream is)
                               throws IOException
Throws:
IOException

decode

public static NegotiateMessage decode(byte[] token)
                               throws IOException
Throws:
IOException


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.