HIRS/HIRS_AttestationCAPortal
Cyrus f73d65c952
[#181] Delta holder validation (#186)
* This is a quick fix to ensure that a delta that is being uploaded has a holder serial number that exists in the database.

* Fixed syntax issues.

* Through further testing with delta certificates that had differing begin validity dates, the code to test the sorting failed.  This push includes a fix that places the deltas in the proper order.

In addition, this code includes a placeholder for deltas that don't have an existing holder certificate in the database.

* Findbugs is a cumbersome COTS product that generates more hassle than help.  Upon indicating 'dodgy' code about redundant null checks, that didn't exist, it then didn't like using non-short circuit operators to verify that both objects are not null.  It then spells out what non-shorting curcuit operators do, without acknowledges that's what you mean to do.
2019-08-29 13:35:41 -04:00
..
config Initial release 2018-09-06 09:47:33 -04:00
libs Initial release 2018-09-06 09:47:33 -04:00
src [#181] Delta holder validation (#186) 2019-08-29 13:35:41 -04:00
build.gradle Initial release 2018-09-06 09:47:33 -04:00