Does the Signer only allow ECPrivateKey?
Hi, I am trying to create VDS using RSAPrivateKey. But the signer class only allows ECPrivateKey. is there any way to fit RSAPrivateKey while creating VDS?
N.B: My CA certificate is built using RSAPrivateKey.
issue