phpDocumentor Net_DNS
[ class tree: Net_DNS ] [ index: Net_DNS ] [ all elements ]

Class: Net_DNS_RR_TSIG

Source Location: /qp_plugins/basic_antispam_plugin/Net/DNS/RR/TSIG.php

Class Net_DNS_RR_TSIG

Property Summary
mixed   $class  
mixed   $error  
mixed   $fudge  
mixed   $key  
mixed   $mac  
mixed   $mac_size  
mixed   $name  
mixed   $original_id  
mixed   $other_data  
mixed   $other_len  
mixed   $rdata  
mixed   $rdlength  
mixed   $time_signed  
mixed   $ttl  
mixed   $type  

[ Top ]
Method Summary
Net_DNS_RR_TSIG   Net_DNS_RR_TSIG()  
void   error()  
void   hmac()  
void   hmac_md5()  
void   rdatastr()  
void   rr_rdata()  

[ Top ]
Properties
mixed   $class [line 34]

Redefinition of:
Net_DNS_RR::$class

[ Top ]
mixed   $error [line 43]

[ Top ]
mixed   $fudge [line 39]

[ Top ]
mixed   $key [line 46]

[ Top ]
mixed   $mac [line 41]

[ Top ]
mixed   $mac_size [line 40]

[ Top ]
mixed   $name [line 32]

Redefinition of:
Net_DNS_RR::$name

[ Top ]
mixed   $original_id [line 42]

[ Top ]
mixed   $other_data [line 45]

[ Top ]
mixed   $other_len [line 44]

[ Top ]
mixed   $rdata [line 37]

Redefinition of:
Net_DNS_RR::$rdata

[ Top ]
mixed   $rdlength [line 36]

Redefinition of:
Net_DNS_RR::$rdlength

[ Top ]
mixed   $time_signed [line 38]

[ Top ]
mixed   $ttl [line 35]

Redefinition of:
Net_DNS_RR::$ttl

[ Top ]
mixed   $type [line 33]

Redefinition of:
Net_DNS_RR::$type

[ Top ]
Methods
Constructor Net_DNS_RR_TSIG  [line 50]

  Net_DNS_RR_TSIG Net_DNS_RR_TSIG( &$rro, $data, [ $offset = '']  )

Parameters:
   &$rro: 
   $data: 
   $offset: 


[ Top ]
error  [line 225]

  void error( )



[ Top ]
hmac  [line 241]

  void hmac( $data, $key, [ $hash = 'md5'], [ $blocksize = 64]  )

Parameters:
   $data: 
   $key: 
   $hash: 
   $blocksize: 

API Tags:
Deprecated:  


[ Top ]
hmac_md5  [line 252]

  void hmac_md5( $data, $key  )

Parameters:
   $data: 
   $key: 


[ Top ]
rdatastr  [line 122]

  void rdatastr( )



Redefinition of:
Net_DNS_RR::rdatastr()

[ Top ]
rr_rdata  [line 152]

  void rr_rdata( $packet, $offset  )

Parameters:
   $packet: 
   $offset: 


Redefinition of:
Net_DNS_RR::rr_rdata()

[ Top ]