Functionsยง
- _save_
private_ key - _save_
public_ key - load_
private_ key - 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.
- load_
public_ key - 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.
- save_
private_ key - Saves an RSA private
key
to a file in the requested encoding. - save_
public_ key - Saves an RSA public
key
to a file in the requested encoding.