openssh_key.key_paramsΒΆ

Modules for classes representing public- and private-key parameters for keys of various cryptosystems.

Modules

openssh_key.key_params.cert

Classes representing OpenSSH host and user certificates.

openssh_key.key_params.common

Classes representing public- and private-key parameters for keys of various cryptosystems.

openssh_key.key_params.dss

Classes representing DSS keys.

openssh_key.key_params.ecdsa

Classes representing ECDSA keys.

openssh_key.key_params.ed25519

Classes representing Ed25519 keys.

openssh_key.key_params.factory

Methods to provide key params classes given OpenSSH key type names.

openssh_key.key_params.rsa

Classes representing RSA keys.

openssh_key.key_params.sk

Classes representing keys stored on security keys.