1Net::DNS::RR::CDS(3)  User Contributed Perl Documentation Net::DNS::RR::CDS(3)
2
3
4

NAME

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

SYNOPSIS

9           use Net::DNS;
10           $rr = new Net::DNS::RR('name CDS keytag algorithm digtype digest');
11

DESCRIPTION

13       DNS Child DS resource record
14
15       This is a clone of the DS record and inherits all properties of the
16       Net::DNS::RR::DS class.
17
18       Please see the Net::DNS::RR::DS perl documentation for details.
19

METHODS

21       The available methods are those inherited from the base class augmented
22       by the type-specific methods defined in this package.
23
24       Use of undocumented package features or direct access to internal data
25       structures is discouraged and could result in program termination or
26       other unpredictable behaviour.
27
29       Copyright (c)2014,2017 Dick Franks
30
31       All rights reserved.
32
33       Package template (c)2009,2012 O.M.Kolkman and R.W.Franks.
34

LICENSE

36       Permission to use, copy, modify, and distribute this software and its
37       documentation for any purpose and without fee is hereby granted,
38       provided that the above copyright notice appear in all copies and that
39       both that copyright notice and this permission notice appear in
40       supporting documentation, and that the name of the author not be used
41       in advertising or publicity pertaining to distribution of the software
42       without specific prior written permission.
43
44       THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
45       OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
46       MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
47       IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
48       CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
49       TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
50       SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
51

SEE ALSO

53       perl, Net::DNS, Net::DNS::RR, Net::DNS::RR::DS, RFC7344,
54       RFC8078(erratum 5049)
55
56
57
58perl v5.26.3                      2018-02-09              Net::DNS::RR::CDS(3)
Impressum