openssh_key.key

Classes representing containers for serializing and deserializing PublicKeyParams objects.

Classes

Key(header, params, footer[, clear])

A container for a PublicKeyParams, an encoded header and footer, and cleartext key details.

PrivateKey(header, params, footer[, clear])

A container for a PrivateKeyParams and an encoded header and footer.

PublicKey(header, params, footer[, clear])

A container for a PublicKeyParams, an encoded header and footer, and cleartext key details.