📂 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
›
jms
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/jms/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: minimum_key_size_settings.cpython-39.pyc
a ���f � @ 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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�MinimumKeySizeSettingsz test c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new MinimumKeySizeSettings object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param tls: The value to assign to the tls property of this MinimumKeySizeSettings. :type tls: list[oci.jms.models.KeySizeAlgorithm] :param jar: The value to assign to the jar property of this MinimumKeySizeSettings. :type jar: list[oci.jms.models.KeySizeAlgorithm] :param certpath: The value to assign to the certpath property of this MinimumKeySizeSettings. :type certpath: list[oci.jms.models.KeySizeAlgorithm] zlist[KeySizeAlgorithm])�tls�jar�certpathr r r N)Z swagger_typesZ attribute_map�_tls�_jar� _certpath)�self�kwargs� r �L/usr/lib/python3.9/site-packages/oci/jms/models/minimum_key_size_settings.py�__init__ s ��zMinimumKeySizeSettings.__init__c C s | j S )a� Gets the tls of this MinimumKeySizeSettings. Updates the minimum key size for the specified encryption algorithm. The JDK property jdk.tls.disabledAlgorithms will be updated with the following supported actions: - Changing minimum key length for Diffie-Hellman :return: The tls of this MinimumKeySizeSettings. :rtype: list[oci.jms.models.KeySizeAlgorithm] �r �r r r r r 4 s zMinimumKeySizeSettings.tlsc C s || _ dS )a� Sets the tls of this MinimumKeySizeSettings. Updates the minimum key size for the specified encryption algorithm. The JDK property jdk.tls.disabledAlgorithms will be updated with the following supported actions: - Changing minimum key length for Diffie-Hellman :param tls: The tls of this MinimumKeySizeSettings. :type: list[oci.jms.models.KeySizeAlgorithm] Nr )r r r r r r B s c C s | j S )a� Gets the jar of this MinimumKeySizeSettings. Updates the minimum key size for the specified encryption algorithm. The JDK property jdk.jar.disabledAlgorithms will be updated with the following supported actions: - Changing minimum key length for RSA signed jars - Changing minimum key length for EC - Changing minimum key length for DSA :return: The jar of this MinimumKeySizeSettings. :rtype: list[oci.jms.models.KeySizeAlgorithm] �r r r r r r P s zMinimumKeySizeSettings.jarc C s || _ dS )a� Sets the jar of this MinimumKeySizeSettings. Updates the minimum key size for the specified encryption algorithm. The JDK property jdk.jar.disabledAlgorithms will be updated with the following supported actions: - Changing minimum key length for RSA signed jars - Changing minimum key length for EC - Changing minimum key length for DSA :param jar: The jar of this MinimumKeySizeSettings. :type: list[oci.jms.models.KeySizeAlgorithm] Nr )r r r r r r ` s c C s | j S )a Gets the certpath of this MinimumKeySizeSettings. Updates the minimum key size for the specified encryption algorithm. The JDK property jdk.certpath.disabledAlgorithms will be updated with the following supported actions: - Changing minimum key length for RSA signed jars - Changing minimum key length for EC - Changing minimum key length for DSA :return: The certpath of this MinimumKeySizeSettings. :rtype: list[oci.jms.models.KeySizeAlgorithm] �r r r r r r p s zMinimumKeySizeSettings.certpathc C s || _ dS )a Sets the certpath of this MinimumKeySizeSettings. Updates the minimum key size for the specified encryption algorithm. The JDK property jdk.certpath.disabledAlgorithms will be updated with the following supported actions: - Changing minimum key length for RSA signed jars - Changing minimum key length for EC - Changing minimum key length for DSA :param certpath: The certpath of this MinimumKeySizeSettings. :type: list[oci.jms.models.KeySizeAlgorithm] Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zMinimumKeySizeSettings.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zMinimumKeySizeSettings.__eq__c C s | |k S r r r r r r �__ne__� s zMinimumKeySizeSettings.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"