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

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

public class KdcReplyDecoder
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
KdcReplyDecoder()
           
 
Method Summary
 KdcReply decode(java.nio.ByteBuffer in)
          Decodes a ByteBuffer into a KdcReply.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KdcReplyDecoder

public KdcReplyDecoder()
Method Detail

decode

public KdcReply decode(java.nio.ByteBuffer in)
                throws java.io.IOException
Decodes a ByteBuffer into a KdcReply. AS-REP ::= [APPLICATION 11] KDC-REP TGS-REP ::= [APPLICATION 13] KDC-REP

Parameters:
in -
Returns:
The KdcReply.
Throws:
java.io.IOException


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