Programming in Java.
I have an RSA key-pair, a document, and a signature created with the Java Signature class, using SHA512WithRSA. In order to verify the signature, of course, I need to provide the
- public key,
- signature,
- document.
Is it possible to verify the owner of the signature, using only:
- public key
- signature