1Net::DNS::RR::OPENPGPKEUYs(e3r)Contributed Perl DocumentNaetti:o:nDNS::RR::OPENPGPKEY(3)
2
3
4

NAME

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

SYNOPSIS

9           use Net::DNS;
10           $rr = new Net::DNS::RR('name OPENPGPKEY key');
11

DESCRIPTION

13       Class for OpenPGP Key (OPENPGPKEY) resource records.
14

METHODS

16       The available methods are those inherited from the base class augmented
17       by the type-specific methods defined in this package.
18
19       Use of undocumented package features or direct access to internal data
20       structures is discouraged and could result in program termination or
21       other unpredictable behaviour.
22
23   key
24           $key = $rr->key;
25           $rr->key( $key );
26
27       Base64 encoded representation of the OpenPGP public key material.
28
29   keybin
30           $keybin = $rr->keybin;
31           $rr->keybin( $keybin );
32
33       OpenPGP public key material consisting of a single OpenPGP transferable
34       public key in RFC4880 format.
35
37       Copyright (c)2014 Dick Franks
38
39       All rights reserved.
40
41       Package template (c)2009,2012 O.M.Kolkman and R.W.Franks.
42

LICENSE

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

SEE ALSO

61       perl, Net::DNS, Net::DNS::RR, RFC7929
62
63
64
65perl v5.26.3                      2018-02-09       Net::DNS::RR::OPENPGPKEY(3)
Impressum