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

java.lang.Object
  extended byorg.apache.directory.server.kerberos.shared.io.decoder.EncryptedDataDecoder

public class EncryptedDataDecoder
extends java.lang.Object


Constructor Summary
EncryptedDataDecoder()
           
 
Method Summary
static EncryptedData decode(byte[] encodedEncryptedData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncryptedDataDecoder

public EncryptedDataDecoder()
Method Detail

decode

public static EncryptedData decode(byte[] encodedEncryptedData)
                            throws java.io.IOException
Throws:
java.io.IOException