Actions
Task #69
closedTask #67: Refactor some methods in class Utils to avoid multiple coding/decoding to OpenSSL structures.
Extend QSslKey with key-pair generator.
Description
Instead of decoding a QSslKey instance again and again for every need this code can be refactored into a separate local class whose instances can have a user-defined lifetime and do not need to rerun conversion between Qt and OpenSSL for every time the key is needed as OpenSSL structure.
Actions