You can sign with an RSA private key, then validate the signature with the public key.
The two pairs of operations are very similar, but not quite the same due to differences in how padding is handled.
You can sign with an RSA private key, then validate the signature with the public key.
The two pairs of operations are very similar, but not quite the same due to differences in how padding is handled.