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

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

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


Constructor Summary
EncKrbPrivPartDecoder()
           
 
Method Summary
 Encodable decode(byte[] encodedPrivatePart)
           
 Decoder getDecoder()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncKrbPrivPartDecoder

public EncKrbPrivPartDecoder()
Method Detail

getDecoder

public Decoder getDecoder()
Specified by:
getDecoder in interface DecoderFactory

decode

public Encodable decode(byte[] encodedPrivatePart)
                 throws java.io.IOException
Specified by:
decode in interface Decoder
Throws:
java.io.IOException


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