File: //proc/3/root/usr/lib/python2.4/site-packages/dns/rdtypes/ANY/NSEC3PARAM.pyc
mò
!`Nc @ sD d k Z d k Z d k Z d k Z d e i i f d „ ƒ YZ d S( Nt
NSEC3PARAMc B sƒ t Z d Z d d d d g Z d „ Z e e d „ Z e e d „ Z e e ƒ Z e e d „ Z
e d „ Z e e ƒ Z d
„ Z RS( s NSEC3PARAM record
@ivar algorithm: the hash algorithm number
@type algorithm: int
@ivar flags: the flags
@type flags: int
@ivar iterations: the number of iterations
@type iterations: int
@ivar salt: the salt
@type salt: stringt algorithmt flagst
iterationst saltc C sA t t | ƒ i | | ƒ | | _ | | _ | | _ | | _ d S( N(
t superR t selft __init__t rdclasst rdtypeR R R R ( R R R R R R R ( ( t>