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