org.jboss.security.negotiation.spnego.encoding
Class NegTokenTargDecoder

java.lang.Object
  extended by org.jboss.security.negotiation.spnego.encoding.NegTokenDecoder
      extended by org.jboss.security.negotiation.spnego.encoding.NegTokenTargDecoder

public class NegTokenTargDecoder
extends NegTokenDecoder

NegTokenTarg Decoder.

Author:
Darran Lofthouse

Constructor Summary
NegTokenTargDecoder()
           
 
Method Summary
static NegTokenTarg decode(byte[] token)
           
static NegTokenTarg decode(InputStream is)
           
 
Methods inherited from class org.jboss.security.negotiation.spnego.encoding.NegTokenDecoder
readLength
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NegTokenTargDecoder

public NegTokenTargDecoder()
Method Detail

decode

public static NegTokenTarg decode(InputStream is)
                           throws IOException,
                                  GSSException
Throws:
IOException
GSSException

decode

public static NegTokenTarg decode(byte[] token)
                           throws IOException,
                                  GSSException
Throws:
IOException
GSSException


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