Simple database alike program for storing and managing rows with certificates informations.
Program uses binary files for storing data. Indexes are build with use of serializable TreeMaps (self-balancing Red Black Trees). Each tree stores corresponding keys and lists of positions of records in "db.bin" main file.
- JavaSE-17
- Expiring certificates warning (2 months period)
- Auto update of certificate status to "expired"
- Adding new rows
- Listing all rows
- Searching by attribute
- Importing and exporting CSV file
- Editing data