Uses of Class
org.jboss.security.negotiation.spnego.encoding.NegTokenInit

Packages that use NegTokenInit
org.jboss.security.negotiation.spnego.encoding   
 

Uses of NegTokenInit in org.jboss.security.negotiation.spnego.encoding
 

Methods in org.jboss.security.negotiation.spnego.encoding that return NegTokenInit
static NegTokenInit NegTokenInitDecoder.decode(byte[] token)
          Decode the SPNEGO message contained witin the byte[] and return a NegTokenInit object.
static NegTokenInit NegTokenInitDecoder.decode(InputStream is)
           
 

Methods in org.jboss.security.negotiation.spnego.encoding with parameters of type NegTokenInit
protected static void NegTokenInitDecoder.decodeMechToken(InputStream is, NegTokenInit negTokenInit)
           
protected static void NegTokenInitDecoder.decodeMechTypes(InputStream is, NegTokenInit negTokenInit)
           
protected static void NegTokenInitDecoder.decodeNegTokenInitSequence(InputStream is, NegTokenInit negTokenInit)
           
protected static void NegTokenInitDecoder.decodeRequestFlags(InputStream is, NegTokenInit negTokenInit)
           
 



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