Module ecdsa
Source - _save_private_key
- _save_public_key
- load_private_key
- Loads an ECDSA 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 ECDSA 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 ECDSA private
key to a file in the requested encoding. - save_public_key
- Saves an ECDSA public
key to a file in the requested encoding.