protect icon indicating copy to clipboard operation
protect copied to clipboard

Cannot verify recovered signature

Open hauhm1005 opened this issue 5 years ago • 0 comments

I used "com.ibm.pross.client.signing.RsaCertificateAuthorityClient" class to generate rsaSharing, store private key share on servers and sign message with "private BigInteger signMessage(final BigInteger toBeSigned)" method to get recoverd signature, but when I verified signature with SigningUtil.verifyDefault, it returned false.

hauhm1005 avatar Jun 05 '19 10:06 hauhm1005