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

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

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

Methods in org.jboss.security.negotiation.spnego.encoding that return NegTokenTarg
static NegTokenTarg NegTokenTargDecoder.decode(byte[] token)
           
static NegTokenTarg NegTokenTargDecoder.decode(InputStream is)
           
 

Methods in org.jboss.security.negotiation.spnego.encoding with parameters of type NegTokenTarg
static byte[] NegTokenTargEncoder.encode(NegTokenTarg negTokenTarg)
           
static void NegTokenTargEncoder.encode(NegTokenTarg negTokenTarg, OutputStream os)
           
 



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