Encrypt the passed data using the PrivateKey
Notes: This is size limited based off the key Not recommended for general encryption, use RSA for encrypting a random key instead and switch to a block cipher.
the data to encrypt
See Implementation
Encrypt the passed data using the PrivateKey
Notes: This is size limited based off the key Not recommended for general encryption, use RSA for encrypting a random key instead and switch to a block cipher.