My question is about RSA Private Encrypt, not just about signing. And yes, I understand the differences between signing, private-key encryption and public-key encryption.
Now I need to encrypt using the private RSA key and decrypt using the public key. Not vice versa, and not signing.
So, my question is not about whether can I encrypt with the private key, it's about QT libraries, that can do this.
Need to use it with QT windows.
Keys in PEM format (base64)