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

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

public class ApplicationReplyDecoder
extends java.lang.Object

Version:
$Rev: 540371 $, $Date: 2007-05-21 17:00:43 -0700 (Mon, 21 May 2007) $
Author:
Apache Directory Project

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

Constructor Detail

ApplicationReplyDecoder

public ApplicationReplyDecoder()
Method Detail

decode

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

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


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