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

java.lang.Object
  extended by org.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)
           
static EncryptedData decode(org.apache.directory.shared.asn1.der.DERSequence sequence)
          EncryptedData ::= SEQUENCE { etype[0] INTEGER, -- EncryptionEngine kvno[1] INTEGER OPTIONAL, cipher[2] OCTET STRING -- ciphertext }
 
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

decode

public static EncryptedData decode(org.apache.directory.shared.asn1.der.DERSequence sequence)
EncryptedData ::= SEQUENCE { etype[0] INTEGER, -- EncryptionEngine kvno[1] INTEGER OPTIONAL, cipher[2] OCTET STRING -- ciphertext }



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