openssh_key.key_params.factoryΒΆ

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

Functions

create_private_key_params(key_type)

Returns the class corresponding to private key parameters objects of the given key type name.

create_public_key_params(key_type)

Returns the class corresponding to public key parameters objects of the given key type name.

Classes

PublicPrivateKeyParamsClasses(...)

A public key class and its corresponding private key class.