} );
stream.flip();
// Allocate a EncAsRepPart Container
EncAsRepPartContainer encAsRepPartContainer = new EncAsRepPartContainer( stream );
// Decode the EncAsRepPart PDU
try
{
kerberosDecoder.decode( stream, encAsRepPartContainer );
}
catch ( DecoderException de )
{
fail( de.getMessage() );
}
EncAsRepPart encAsRepPart = encAsRepPartContainer.getEncAsRepPart();
// Check the encoding
int length = encAsRepPart.computeLength();
// Check the length