ByteBuffer stream = ByteBuffer.allocate( data.length );
stream.put( data );
stream.flip();
// Allocate a PrincipalName Container
Asn1Container principalNameContainer = new PrincipalNameContainer();
Asn1Decoder kerberosDecoder = new Asn1Decoder();
// Decode the PrincipalName PDU
try