}
// Now, let's decode the KDC-REP
Asn1Decoder kdcRepDecoder = new Asn1Decoder();
KdcRepContainer kdcRepContainer = new KdcRepContainer( tgsRepContainer.getStream() );
// Store the created TGS-REP object into the KDC-REP container
TgsRep tgsRep = new TgsRep();
kdcRepContainer.setKdcRep( tgsRep );
// Decode the KDC_REP PDU
try
{
kdcRepDecoder.decode( tgsRepContainer.getStream(), kdcRepContainer );