ruạṛ
a O��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)� swagger_types� attribute_map�_tls�_jar� _certpath)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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 2 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 @ 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 N 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 n 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"