redhat-qe-security / SCAutolib

Library for automation of smart card testing
GNU General Public License v3.0
3 stars 10 forks source link

Fixes in user classes #98

Closed x00Pavel closed 1 year ago

x00Pavel commented 1 year ago

This PR brings fixes and updates to users' classes. Method gen_csr is added, add_user and delete_user methods are updated. Support for dumping/loading the object to/from the JSON file is added by adding a static method for loading and specifying the custom implementation of __dict__ attribute for the user classes.