1Net::DNS::RR::ZONEMD(3)User Contributed Perl DocumentatioNnet::DNS::RR::ZONEMD(3)
2
3
4

NAME

6       Net::DNS::RR::ZONEMD - DNS ZONEMD resource record
7

SYNOPSIS

9           use Net::DNS;
10           $rr = new Net::DNS::RR("zone. ZONEMD 2018121500 1 0
11               FEBE3D4CE2EC2FFA4BA99D46CD69D6D29711E55217057BEE
12               7EB1A7B641A47BA7FED2DD5B97AE499FAFA4F22C6BD647DE");
13

DESCRIPTION

15       Class for DNS Zone Message Digest (ZONEMD) resource record.
16

METHODS

18       The available methods are those inherited from the base class augmented
19       by the type-specific methods defined in this package.
20
21       Use of undocumented package features or direct access to internal data
22       structures is discouraged and could result in program termination or
23       other unpredictable behaviour.
24
25   serial
26           $serial = $rr->serial;
27           $rr->serial( $serial );
28
29       Unsigned 32-bit integer zone serial number.
30
31   digtype
32           $digtype = $rr->digtype;
33           $rr->digtype( $digtype );
34
35       8-bit integer digest type field.
36
37   digest
38           $digest = $rr->digest;
39           $rr->digest( $digest );
40
41       Hexadecimal representation of the digest over the zone content.
42
43   digestbin
44           $digestbin = $rr->digestbin;
45           $rr->digestbin( $digestbin );
46
47       Binary representation of the digest over the zone content.
48
50       Copyright (c)2019 Dick Franks.
51
52       All rights reserved.
53
54       Package template (c)2009,2012 O.M.Kolkman and R.W.Franks.
55

LICENSE

57       Permission to use, copy, modify, and distribute this software and its
58       documentation for any purpose and without fee is hereby granted,
59       provided that the above copyright notice appear in all copies and that
60       both that copyright notice and this permission notice appear in
61       supporting documentation, and that the name of the author not be used
62       in advertising or publicity pertaining to distribution of the software
63       without specific prior written permission.
64
65       THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
66       OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
67       MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
68       IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
69       CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
70       TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
71       SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
72

SEE ALSO

74       perl, Net::DNS, Net::DNS::RR, draft-wessels-dns-zone-digest
75
76
77
78perl v5.32.0                      2020-07-28           Net::DNS::RR::ZONEMD(3)
Impressum