1Net::DNS::RR::IPSECKEY(U3s)er Contributed Perl DocumentatNieotn::DNS::RR::IPSECKEY(3)
2
3
4

NAME

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

SYNOPSIS

9       "use Net::DNS::RR";
10

DESCRIPTION

12       CLASS for the IPSECKEY RR.
13

METHODS

15       In addition to the regular methods
16
17   algorithm
18       Returns the RR's algorithm field in decimal representation
19
20           1 = RSA
21           2 = DSA
22
23   precedence
24       Returns the presedence
25
26   gatetype
27       Returns the gatetype.
28
29          0  "No gateway is present.",
30          1  "A 4-byte IPv4 address is present.",
31          2  "A 16-byte IPv6 address is present.",
32          3  "A wire-encoded domain name is present.",
33
34   gateway
35       Returns the gateway in the relevant string notation.
36
37   pubkey
38       Returns the public key in base64 notation
39
40   pubbin
41       Returns the binary public key material in a string.
42

TODO

44       Check on validity of algorithm and gatetype.
45
47       Copyright (c) 2007 NLnet LAbs, Olaf Kolkman.
48
49       "All rights reserved, This program is free software; you may
50       redistribute it and/or modify it under the same terms as Perl itself.
51

SEE ALSO

53       perl(1), Net::DNS, Net::DNS::Resolver, Net::DNS::Packet,
54       Net::DNS::Header, Net::DNS::Question, Net::DNS::RR, draft-ietf-dnssext-
55       delegation-signer
56
57
58
59perl v5.10.1                      2009-01-26         Net::DNS::RR::IPSECKEY(3)
Impressum