Signature verification using SHA256withRSA

Viewed 41

The client is sending a payload with data and signature and I need to verify that signature with the public key shared with us. The key format mentioned is .cer which will be stored in the server. The algorithm mentioned is SHA256withRSA. Can someone tell me how to accomplish this using java?

0 Answers
Related