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

java.lang.Object
  extended by org.apache.directory.server.kerberos.shared.io.decoder.EncApRepPartDecoder
All Implemented Interfaces:
Decoder, DecoderFactory

public class EncApRepPartDecoder
extends java.lang.Object
implements Decoder, DecoderFactory

Version:
$Rev: 502338 $, $Date: 2007-02-01 11:59:43 -0800 (Thu, 01 Feb 2007) $
Author:
Apache Directory Project

Constructor Summary
EncApRepPartDecoder()
           
 
Method Summary
 Encodable decode(byte[] encodedEncApRepPart)
          Decodes the byte array into an Encodable object.
 Decoder getDecoder()
          Returns the Decoder.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncApRepPartDecoder

public EncApRepPartDecoder()
Method Detail

getDecoder

public Decoder getDecoder()
Description copied from interface: DecoderFactory
Returns the Decoder.

Specified by:
getDecoder in interface DecoderFactory
Returns:
The Decoder.

decode

public Encodable decode(byte[] encodedEncApRepPart)
                 throws java.io.IOException
Description copied from interface: Decoder
Decodes the byte array into an Encodable object.

Specified by:
decode in interface Decoder
Returns:
The Encodable object.
Throws:
java.io.IOException


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