Module ecdsa

Source

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.