org.apache.directory.server.kerberos.shared.io.encoder
Class EncApRepPartEncoder

java.lang.Object
  extended by org.apache.directory.server.kerberos.shared.io.encoder.EncApRepPartEncoder
All Implemented Interfaces:
Encoder, EncoderFactory

public class EncApRepPartEncoder
extends java.lang.Object
implements Encoder, EncoderFactory


Field Summary
static int APPLICATION_CODE
           
 
Constructor Summary
EncApRepPartEncoder()
           
 
Method Summary
 byte[] encode(Encodable apRepPart)
           
 Encoder getEncoder()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

APPLICATION_CODE

public static final int APPLICATION_CODE
See Also:
Constant Field Values
Constructor Detail

EncApRepPartEncoder

public EncApRepPartEncoder()
Method Detail

getEncoder

public Encoder getEncoder()
Specified by:
getEncoder in interface EncoderFactory

encode

public byte[] encode(Encodable apRepPart)
              throws java.io.IOException
Specified by:
encode in interface Encoder
Throws:
java.io.IOException


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