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