org.apache.directory.server.kerberos.shared.io.decoder
Class ApplicationRequestDecoder

java.lang.Object
  extended by org.apache.directory.server.kerberos.shared.io.decoder.ApplicationRequestDecoder

public class ApplicationRequestDecoder
extends java.lang.Object

Version:
$Rev: 589780 $, $Date: 2007-10-29 19:14:59 +0100 (Mo, 29 Okt 2007) $
Author:
Apache Directory Project

Constructor Summary
ApplicationRequestDecoder()
           
 
Method Summary
 ApplicationRequest decode(byte[] encodedAuthHeader)
          Decodes a byte array into an ApplicationRequest.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationRequestDecoder

public ApplicationRequestDecoder()
Method Detail

decode

public ApplicationRequest decode(byte[] encodedAuthHeader)
                          throws java.io.IOException
Decodes a byte array into an ApplicationRequest.

Parameters:
encodedAuthHeader -
Returns:
The ApplicationRequest.
Throws:
java.io.IOException


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.