File: //lib/python2.7/site-packages/dns/rdtypes/dsbase.pyo
�
�b�Wc @ sP d d l Z d d l Z d d l Z d d l Z d e j j f d � � YZ d S( i����Nt DSBasec B sn e Z d Z d d d d g Z d � Z d
e d � Z e d
e d � � Z d
d
d � Z
e d
d � � Z RS( sJ 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.txtt key_tagt algorithmt digest_typet digestc C sA t t | � j | | � | | _ | | _ | | _ | | _ d S( N( t superR t __init__R R R R ( t selft rdclasst rdtypeR R R R ( ( s6 /usr/lib/python2.7/site-packages/dns/rdtypes/dsbase.pyR '