org.jboss.security.negotiation.spnego.encoding
Class NegTokenTargDecoder
java.lang.Object
org.jboss.security.negotiation.spnego.encoding.NegTokenDecoder
org.jboss.security.negotiation.spnego.encoding.NegTokenTargDecoder
public class NegTokenTargDecoder
- extends NegTokenDecoder
NegTokenTarg Decoder.
- Author:
- Darran Lofthouse
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NegTokenTargDecoder
public NegTokenTargDecoder()
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.