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