org.apache.directory.server.kerberos.shared.io.decoder
Interface Decoder

All Known Implementing Classes:
AuthenticatorDecoder, AuthorizationDataDecoder, EncApRepPartDecoder, EncKdcRepPartDecoder, EncKrbPrivPartDecoder, EncryptedTimestampDecoder, EncTicketPartDecoder

public interface Decoder

Version:
$Rev: 540371 $, $Date: 2007-05-22 02:00:43 +0200 (Di, 22 Mai 2007) $
Author:
Apache Directory Project

Method Summary
 Encodable decode(byte[] object)
          Decodes the byte array into an Encodable object.
 

Method Detail

decode

Encodable decode(byte[] object)
                 throws java.io.IOException
Decodes the byte array into an Encodable object.

Parameters:
object -
Returns:
The Encodable object.
Throws:
java.io.IOException


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