File: //proc/3/root/usr/lib/python2.4/site-packages/dns/rdtypes/ANY/SSHFP.pyc
mς
ζ«Oc @ s; d k Z d k Z d k Z d e i i f d YZ d S( Nt SSHFPc B s t Z d Z 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ξ SSHFP record
@ivar algorithm: the algorithm
@type algorithm: int
@ivar fp_type: the digest type
@type fp_type: int
@ivar fingerprint: the fingerprint
@type fingerprint: string
@see: draft-ietf-secsh-dns-05.txtt algorithmt fp_typet fingerprintc C s8 t t | i | | | | _ | | _ | | _ d S( N( t superR t selft __init__t rdclasst rdtypeR R R ( R R R R R R ( ( t9 /usr/lib/python2.4/site-packages/dns/rdtypes/ANY/SSHFP.pyR "