python-tuf/examples
Jussi Kukkonen 09971aea16 tests, examples: Stop using Key constructors
New Securesystemslib Keys can now be instantiated in two ways:
* deserialize via Key.from_dict() as before
* generate new keys via implementation specific methods

Fix all cases where we call Key() or Key.from_securesystemslib_key()
and use SSlibKey methods instead. Fix related tests.

Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
2023-01-17 14:31:22 +02:00
..
client_example examples: Tweak client README 2022-12-05 12:34:54 +02:00
manual_repo tests, examples: Stop using Key constructors 2023-01-17 14:31:22 +02:00
repository repository: Improve dosctrings 2022-12-17 23:09:11 +02:00
README.md examples: Update client example 2022-11-28 12:19:54 +02:00