> ## Documentation Index
> Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
> Use this file to discover all available pages before exploring further.

# KeyPair

<span id="atoti.KeyPair" />

> atoti.KeyPair(<br />
>     *public\_key*: [str](https://docs.python.org/3/library/stdtypes.html#str),<br />
>     *private\_key*: [str](https://docs.python.org/3/library/stdtypes.html#str),<br />
> )

### Attributes

<h4 id="atoti.KeyPair.public_key">
  *public\_key*
</h4>

> [str](https://docs.python.org/3/library/stdtypes.html#str)

<h4 id="atoti.KeyPair.private_key">
  *private\_key*
</h4>

> [str](https://docs.python.org/3/library/stdtypes.html#str)

### Properties

<h4 id="atoti.KeyPair.public_key_pem">
  *public\_key\_pem*
</h4>

> [str](https://docs.python.org/3/library/stdtypes.html#str)

The public key in PEM format.
