ruạṛ
a ���fw � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zdd� Zdd� Zdd� ZdS )� DecryptedDatazB The response to a request to decrypt the encrypted data. �AES_256_GCM�RSA_OAEP_SHA_1�RSA_OAEP_SHA_256c K sF dddddd�| _ dddddd�| _d| _d| _d| _d| _d| _dS ) a� Initializes a new DecryptedData object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param plaintext: The value to assign to the plaintext property of this DecryptedData. :type plaintext: str :param plaintext_checksum: The value to assign to the plaintext_checksum property of this DecryptedData. :type plaintext_checksum: str :param key_id: The value to assign to the key_id property of this DecryptedData. :type key_id: str :param key_version_id: The value to assign to the key_version_id property of this DecryptedData. :type key_version_id: str :param encryption_algorithm: The value to assign to the encryption_algorithm property of this DecryptedData. Allowed values for this property are: "AES_256_GCM", "RSA_OAEP_SHA_1", "RSA_OAEP_SHA_256", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type encryption_algorithm: str �str)� plaintext�plaintext_checksum�key_id�key_version_id�encryption_algorithmr ZplaintextChecksumZkeyIdZkeyVersionIdZencryptionAlgorithmN)Z swagger_typesZ attribute_map� _plaintext�_plaintext_checksum�_key_id�_key_version_id�_encryption_algorithm)�self�kwargs� r �L/usr/lib/python3.9/site-packages/oci/key_management/models/decrypted_data.py�__init__ s"