openssh_key.private_key_list

A class representing a container for serializing and deserializing a list of private keys, as well as the metadata needed to encrypt and decrypt private bytes.

Classes

PrivateKeyList(initlist[, byte_string, ...])

A container for multiple pairs of PublicKey and PrivateKey.

PublicPrivateKeyPair(public, private)

A public key and its corresponding private key.