Hello,
We have an ECDSA (non-RSA) EV certificate we use to sign our code and we have no problem whatsoever using it for Java code signing (ECDSA has been supported in Java for a long time).
However ZXPSignCmd refuses to use it:
Error - Key is not in RSA format. Signing failed.
ECDSA usage is more and more common and preferred to RSA these days so this is a missing functionality IMO.
Is it possible to add suport for ECDSA in ZXPSignCmd?
Thanks!