Skip to main content
atoti_storage_azure.KeyPair(
    public_key: str,
    private_key: str,
    *,
    key_id: str,
)
Key pair to use for client side encryption.
Each encrypted blob must have the metadata attribute unencrypted_content_length with the unencrypted file size. If this is not set, an Issue while downloading error will occur.

Properties

public_key_pem

str
The public key in PEM format.

Attributes

key_id

The ID of the key used to encrypt the blob.

public_key

str

private_key

str