1Net::DNS::RR::SSHFP(3)User Contributed Perl DocumentationNet::DNS::RR::SSHFP(3)
2
3
4

NAME

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

SYNOPSIS

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

DESCRIPTION

12       Class for Delegation signer (SSHFP) resource records.
13

METHODS

15       In addition to the regular methods
16
17       algorithm
18
19           print "algoritm" = ", $rr->algorithm, "\n";
20
21       Returns the RR's algorithm field in decimal representation
22
23           1 = RSA
24           2 = DSS
25
26       fingerprint
27
28           print "fingerprint" = ", $rr->fingerprint, "\n";
29
30       Returns the SHA1 fingerprint over the label and key in hexadecimal rep‐
31       resentation.
32
33       fpbin
34
35           $fpbin = $rr->fpbin;
36
37       Returns the fingerprint as binary material.
38
39       fptype
40
41          print "fingerprint type" . " = " . $rr->fptype ."\n";
42
43       Returns the fingerprint type of the SSHFP RR.
44
45       babble
46
47          print $rr->babble;
48
49       If Digest::BubbleBabble is available on the sytem this method returns
50       the 'BabbleBubble' representation of the fingerprint. The 'BabbleBub‐
51       ble' string may be handy for telephone confirmation.
52
53       The 'BabbleBubble' string returned as a comment behind the RDATA when
54       the string method is called.
55
56       The method returns an empty string if Digest::BubbleBable is not
57       installed.
58

TODO

ACKNOWLEDGEMENT

61       Jakob Schlyter for code review and supplying patches.
62
64       Copyright (c) 2004 RIPE NCC, Olaf Kolkman.
65
66       "All rights reserved, This program is free software; you may redis‐
67       tribute it and/or modify it under the same terms as Perl itself.
68

SEE ALSO

70       perl(1), Net::DNS, Net::DNS::Resolver, Net::DNS::Packet,
71       Net::DNS::Header, Net::DNS::Question, Net::DNS::RR, draft-ietf-dnssext-
72       delegation-signer
73
74
75
76perl v5.8.8                       2007-08-01            Net::DNS::RR::SSHFP(3)
Impressum