ZerethShell
File Manager
SQL Manager
/
lib
/
python3.6
/
site-packages
/
dns
/
rdtypes
/
__pycache__
dsbase.cpython-36.pyc
3 �b�W � @ s8 d dl Z d dlZd dlZd dlZG dd� dejj�ZdS )� Nc s\ e Zd ZdZddddgZ� fdd�Zdd d�Zeddd ��Zddd�Z eddd��Z � ZS )�DSBaseaJ Base class for rdata that is like a DS record @ivar key_tag: the key tag @type key_tag: int @ivar algorithm: the algorithm @type algorithm: int @ivar digest_type: the digest type @type digest_type: int @ivar digest: the digest @type digest: int @see: draft-ietf-dnsext-delegation-signer-14.txt�key_tag� algorithm�digest_type�digestc s. t t| �j||� || _|| _|| _|| _d S )N)�superr �__init__r r r r )�self�rdclass�rdtyper r r r )� __class__� �/usr/lib/python3.6/dsbase.pyr '