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

java.lang.Object
  extended by org.jboss.security.negotiation.spnego.encoding.NegTokenEncoder
Direct Known Subclasses:
NegTokenTargEncoder

public class NegTokenEncoder
extends Object

Neg Token Encoder.

Author:
Darran Lofthouse

Constructor Summary
NegTokenEncoder()
           
 
Method Summary
static byte[] createTypeLength(byte type, int length)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NegTokenEncoder

public NegTokenEncoder()
Method Detail

createTypeLength

public static byte[] createTypeLength(byte type,
                                      int length)


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