openssh_key.pascal_style_byte_stream.PascalStyleFormatInstruction

class openssh_key.pascal_style_byte_stream.PascalStyleFormatInstruction(value)

Bases: enum.Enum

Format instructions for variable-length values that may appear in a PascalStyleByteStream representing an OpenSSH key, per RFC 4251.

__init__()

Attributes

BYTES

A Python bytes.

STRING

A Python str.

MPINT

A big-endian, signed int value.

BYTES = <class 'bytes'>

A Python bytes.

MPINT = <class 'int'>

A big-endian, signed int value.

STRING = <class 'str'>

A Python str.