monitorContext( authContext );
monitorReply( reply, encKdcRepPart );
}
EncryptionKey clientKey = authContext.getClientKey();
EncryptedData encryptedData = cipherTextHandler.seal( clientKey, encAsRepPart,
KeyUsage.AS_REP_ENC_PART_WITH_CKEY );
reply.setEncPart( encryptedData );
//FIXME the below setter is useless, remove it
reply.setEncKdcRepPart( encKdcRepPart );