Vector noEncryData = new Vector();
byte[] wrappedKey = null;
Vector encryData = new Vector();
SealedObject sealedEncryData = null;
Cell nsCell = ObjectUtil.findNewCell(mainRow, "T", "NS");
String ns = (String)nsCell.getColumnValue();
Cell pCell = ObjectUtil.findNewCell(mainRow, "T", "P");
String p = (String)pCell.getColumnValue();
Cell paCell = ObjectUtil.findNewCell(mainRow, "T", "PA");
String pa = (String)paCell.getColumnValue();
String urns = null;
String urp = null;
DAO dao = DAO.getInstance();
dao.query(Resources.SELECT_URNS_URP_FORM_P_SQL);