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

NAME

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

SYNOPSIS

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

DESCRIPTION

12       Class for DNS Certificate (CERT) resource records. (see RFC 2538)
13

METHODS

15   format
16           print "format = ", $rr->format, "\n";
17
18       Returns the format code for the certificate (in numeric form)
19
20   tag
21           print "tag = ", $rr->tag, "\n";
22
23       Returns the key tag for the public key in the certificate
24
25   algorithm
26           print "algorithm = ", $rr->algorithm, "\n";
27
28       Returns the algorithm used by the certificate (in numeric form)
29
30   certificate
31           print "certificate = ", $rr->certificate, "\n";
32
33       Returns the data comprising the certificate itself (in raw binary form)
34
36       Copyright (c) 1997-2002 Michael Fuhr.
37
38       Portions Copyright (c) 2002-2004 Chris Reinhardt.
39
40       All rights reserved.  This program is free software; you may
41       redistribute it and/or modify it under the same terms as Perl itself.
42

SEE ALSO

44       perl(1), Net::DNS, Net::DNS::Resolver, Net::DNS::Packet,
45       Net::DNS::Header, Net::DNS::Question, Net::DNS::RR, RFC 2782
46
47
48
49perl v5.10.1                      2009-01-26             Net::DNS::RR::CERT(3)
Impressum