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

Class: Net_DNS_RR_TSIG

Source Location: /Net_DNS-1.0.7/Net/DNS/RR/TSIG.php

Class Overview

Net_DNS_RR
   |
   --Net_DNS_RR_TSIG

A representation of a resource record of type TSIG


Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 29]
A representation of a resource record of type TSIG


[ Top ]


Class Variables

$class =

[line 34]


Type:   mixed
Overrides:   Array


[ Top ]

$error =

[line 43]


Type:   mixed


[ Top ]

$fudge =

[line 39]


Type:   mixed


[ Top ]

$key =

[line 46]


Type:   mixed


[ Top ]

$mac =

[line 41]


Type:   mixed


[ Top ]

$mac_size =

[line 40]


Type:   mixed


[ Top ]

$name =

[line 32]


Type:   mixed
Overrides:   Array


[ Top ]

$original_id =

[line 42]


Type:   mixed


[ Top ]

$other_data =

[line 45]


Type:   mixed


[ Top ]

$other_len =

[line 44]


Type:   mixed


[ Top ]

$rdata =

[line 37]


Type:   mixed
Overrides:   Array


[ Top ]

$rdlength =

[line 36]


Type:   mixed
Overrides:   Array


[ Top ]

$time_signed =

[line 38]


Type:   mixed


[ Top ]

$ttl =

[line 35]


Type:   mixed
Overrides:   Array


[ Top ]

$type =

[line 33]


Type:   mixed
Overrides:   Array


[ Top ]



Method Detail

Net_DNS_RR_TSIG (Constructor)   [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])

  • Deprecated:

Parameters:

   $data   — 
   $key   — 
   $hash   — 
   $blocksize   — 

[ Top ]

hmac_md5   [line 252]

void hmac_md5( $data, $key)


Parameters:

   $data   — 
   $key   — 

[ Top ]

rdatastr   [line 122]

void rdatastr( )


Overrides Net_DNS_RR::rdatastr() (parent method not documented)
[ Top ]

rr_rdata   [line 152]

void rr_rdata( $packet, $offset)


Overrides Net_DNS_RR::rr_rdata() (parent method not documented)

Parameters:

   $packet   — 
   $offset   — 

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:41:45 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.