1Net::DNS::RR::KEY(3) User Contributed Perl Documentation Net::DNS::RR::KEY(3)
2
3
4
6 Net::DNS::RR::KEY - DNS KEY resource record
7
9 use Net::DNS;
10 $rr = new Net::DNS::RR('name KEY flags protocol algorithm publickey');
11
13 DNS KEY resource record
14
15 This is a clone of the DNSKEY record and inherits all properties of the
16 Net::DNS::RR::DNSKEY class.
17
18 Please see the Net::DNS::RR::DNSKEY documentation for details.
19
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)2005 Olaf Kolkman, NLnet Labs.
30
31 All rights reserved.
32
33 Package template (c)2009,2012 O.M.Kolkman and R.W.Franks.
34
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
53 perl, Net::DNS, Net::DNS::RR, Net::DNS::RR::DNSKEY, RFC3755, RFC2535
54
55
56
57perl v5.30.1 2020-01-30 Net::DNS::RR::KEY(3)