org.jboss.security.negotiation.ntlm.encoding
Class NegotiateMessageDecoder
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NegotiateMessageDecoder
public NegotiateMessageDecoder()
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.