Net::DNS::RR::SSHFPSection: User Contributed Perl Documentation (3)Updated: 2004-08-12 |
Net::DNS::RR::SSHFPSection: User Contributed Perl Documentation (3)Updated: 2004-08-12 |
print "algoritm" = ", $rr->algorithm, "\n";
Returns the RR's algorithm field in decimal representation
1 = RSA
2 = DSS
print "fingerprint" = ", $rr->fingerprint, "\n";
Returns the SHA1 fingerprint over the label and key in hexadecimal representation.
$fpbin = $rr->fpbin;
Returns the fingerprint as binary material.
print "fingerprint type" . " = " . $rr->fptype ."\n";
Returns the fingerprint type of the SSHFP RR.
print $rr->babble;
If Digest::BubbleBabble is available on the sytem this method returns the 'BabbleBubble' representation of the fingerprint. The 'BabbleBubble' string may be handy for telephone confirmation.
The 'BabbleBubble' string returned as a comment behind the RDATA when the string method is called.
The method returns an empty string if Digest::BubbleBable is not installed.
"All rights reserved, This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself.