Verify a signed message using the public key corresponding to the private key used to sign it. If verification succeeds return the message (without the signature), otherwise return null.
See Implementation
Verify a signed message using the public key corresponding to the private key used to sign it. If verification succeeds return the message (without the signature), otherwise return null.