📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
key_management
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/key_management/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: decrypted_data.cpython-39.pyc
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"