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

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

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


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

Constructor Detail

AuthenticatorDecoder

public AuthenticatorDecoder()
Method Detail

getDecoder

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

decode

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