String decodedPdu = Strings.dumpBytes( stream.array() );
stream.flip();
// Allocate a EncryptedData Container
Asn1Container encryptedDataContainer = new EncryptedDataContainer();
// Decode the EncryptedData PDU
try
{
kerberosDecoder.decode( stream, encryptedDataContainer );