ruạṛ
a O��fz � @ 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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�JWKz JWK model. c K sP ddddddd�| _ ddddddd�| _d | _d | _d | _d | _d | _d | _d S ) aA Initializes a new JWK object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param n: The value to assign to the n property of this JWK. :type n: str :param e: The value to assign to the e property of this JWK. :type e: str :param kid: The value to assign to the kid property of this JWK. :type kid: str :param use: The value to assign to the use property of this JWK. :type use: str :param alg: The value to assign to the alg property of this JWK. :type alg: str :param kty: The value to assign to the kty property of this JWK. :type kty: str �str)�n�e�kid�use�alg�ktyr r r r r r N)� swagger_types� attribute_map�_n�_e�_kid�_use�_alg�_kty)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/identity_data_plane/models/jwk.py�__init__ s( � � zJWK.__init__c C s | j S )z� **[Required]** Gets the n of this JWK. The modulus. :return: The n of this JWK. :rtype: str �r �r r r r r G s zJWK.nc C s || _ dS )zx Sets the n of this JWK. The modulus. :param n: The n of this JWK. :type: str Nr )r r r r r r S s c C s | j S )z� **[Required]** Gets the e of this JWK. The exponent. :return: The e of this JWK. :rtype: str �r r r r r r _ s zJWK.ec C s || _ dS )zy Sets the e of this JWK. The exponent. :param e: The e of this JWK. :type: str Nr )r r r r r r k s c C s | j S )z� **[Required]** Gets the kid of this JWK. The key id. :return: The kid of this JWK. :rtype: str �r r r r r r w s zJWK.kidc C s || _ dS )z} Sets the kid of this JWK. The key id. :param kid: The kid of this JWK. :type: str Nr )r r r r r r � s c C s | j S )z� **[Required]** Gets the use of this JWK. The key use. :return: The use of this JWK. :rtype: str �r r r r r r � s zJWK.usec C s || _ dS )z~ Sets the use of this JWK. The key use. :param use: The use of this JWK. :type: str Nr )r r r r r r � s c C s | j S )z� **[Required]** Gets the alg of this JWK. The algorithm. :return: The alg of this JWK. :rtype: str �r r r r r r � s zJWK.algc C s || _ dS )z� Sets the alg of this JWK. The algorithm. :param alg: The alg of this JWK. :type: str Nr )r r r r r r � s c C s | j S )z� **[Required]** Gets the kty of this JWK. The key type. :return: The kty of this JWK. :rtype: str �r r r r r r � s zJWK.ktyc C s || _ dS )z Sets the kty of this JWK. The key type. :param kty: The kty of this JWK. :type: str Nr! )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zJWK.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z JWK.__eq__c C s | |k S r"