|
Hopefully, this page is exactly what you are looking for, but if not, you can always find further assistance on Unix/Linux Forum!
Net::DNS::RR::SSHFP(3)User Contributed Perl DocumentatioNet::DNS::RR::SSHFP(3)
NAME
Net::DNS::RR::SSHFP - DNS SSHFP resource record
SYNOPSIS
"use Net::DNS::RR";
DESCRIPTION
Class for Delegation signer (SSHFP) resource records.
METHODS
In addition to the regular methods
algorithm
print "algoritm" = ", $rr->algorithm, "\n";
Returns the RR's algorithm field in decimal representation
1 = RSA
2 = DSS
fingerprint
print "fingerprint" = ", $rr->fingerprint, "\n";
Returns the SHA1 fingerprint over the label and key in hexadecimal rep-
resentation.
fpbin
$fpbin = $rr->fpbin;
Returns the fingerprint as binary material.
fptype
print "fingerprint type" . " = " . $rr->fptype ."\n";
Returns the fingerprint type of the SSHFP RR.
babble
print $rr->babble;
If Digest::BubbleBabble is available on the sytem this method returns
the 'BabbleBubble' representation of the fingerprint. The 'BabbleBub-
ble' 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.
TODO
ACKNOWLEDGEMENT
Jakob Schlyter for code review and supplying patches.
COPYRIGHT
Copyright (c) 2004 RIPE NCC, Olaf Kolkman.
"All rights reserved, This program is free software; you may
redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO
perl(1), Net::DNS, Net::DNS::Resolver, Net::DNS::Packet,
Net::DNS::Header, Net::DNS::Question, Net::DNS::RR, draft-ietf-dnssext-
delegation-signer
perl v5.8.8 2006-09-18 Net::DNS::RR::SSHFP(3)
Man(1) output converted with
man2html and wrapped by fishsponge
This page was generated on Sat Sep 8 16:35:54 GMT 2007
|
Your favourite pages:
No pages logged yet. Trying to save cookie... Top 10 most popular pages:
svn man page (6161 hits) (FreeBSD 6.2)
sqlite3 man page (5598 hits) (openSUSE 10.2)
adv_cap_autoneg man page (5045 hits) (Solaris 10 11_06)
CPAN man page (4791 hits) (Suse Linux 10.1)
ssh man page (4439 hits) (Suse Linux 10.1)
ssh-socks5-proxy-connect man page (3525 hits) (Solaris 10 11_06)
signal man page (3395 hits) (Suse Linux 10.1)
netcat man page (3373 hits) (Suse Linux 10.1)
pprosetup man page (2886 hits) (Solaris 10 11_06)
startproc man page (2738 hits) (Suse Linux 10.1)
|