Functions
- Loads an RSA private key from a file. The key may be in either PKCS#1 or PKCS#8 format encoded in either DER or PEM encodings.
- Loads an RSA public key from a file. The key may be in either PKCS#1 or PKCS#8 format encoded in either DER or PEM encodings.
- Saves an RSA private
key
to a file in the requested encoding. - Saves an RSA public
key
to a file in the requested encoding.