1Net::DNS::RR::IPSECKEY(U3s)er Contributed Perl DocumentatNieotn::DNS::RR::IPSECKEY(3)
2
3
4
6 Net::DNS::RR::IPSECKEY - DNS IPSECKEY resource record
7
9 "use Net::DNS::RR";
10
12 CLASS for the IPSECKEY RR.
13
15 In addition to the regular methods
16
17 algorithm
18
19 Returns the RR's algorithm field in decimal representation
20
21 1 = RSA
22 2 = DSA
23
24 precedence
25
26 Returns the presedence
27
28 gatetype
29
30 Returns the gatetype.
31
32 0 "No gateway is present.",
33 1 "A 4-byte IPv4 address is present.",
34 2 "A 16-byte IPv6 address is present.",
35 3 "A wire-encoded domain name is present.",
36
37 gateway
38
39 Returns the gateway in the relevant string notation.
40
41 pubkey
42
43 Returns the public key in base64 notation
44
45 pubbin
46
47 Returns the binary public key material in a string.
48
50 Check on validity of algorithm and gatetype.
51
53 Copyright (c) 2007 NLnet LAbs, Olaf Kolkman.
54
55 "All rights reserved, This program is free software; you may redisā
56 tribute it and/or modify it under the same terms as Perl itself.
57
59 perl(1), Net::DNS, Net::DNS::Resolver, Net::DNS::Packet,
60 Net::DNS::Header, Net::DNS::Question, Net::DNS::RR, draft-ietf-dnssext-
61 delegation-signer
62
63
64
65perl v5.8.8 2007-08-01 Net::DNS::RR::IPSECKEY(3)