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