Which RSA key roles are correct for a digital signature?
The sender signs with the public key, and recipients verify with the private key
Every recipient must receive the private key to verify the signature
Both signing and verification use only the public key
The sender signs with the private key, and recipients verify with the corresponding public key