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;
10           $rr = new Net::DNS::RR('name IN CERT format tag algorithm cert');
11

DESCRIPTION

13       Class for DNS Certificate (CERT) resource records.
14

METHODS

16       The available methods are those inherited from the base class augmented
17       by the type-specific methods defined in this package.
18
19       Use of undocumented package features or direct access to internal data
20       structures is discouraged and could result in program termination or
21       other unpredictable behaviour.
22
23   format
24           $format =  $rr->format;
25
26       Returns the format code for the certificate (in numeric form)
27
28   tag
29           $tag = $rr->tag;
30
31       Returns the key tag for the public key in the certificate
32
33   algorithm
34           $algorithm = $rr->algorithm;
35
36       Returns the algorithm used by the certificate (in numeric form).
37
38   cert
39           $cert = $rr->cert;
40
41       Base64 representation of the certificate.
42
43   certbin
44           $certbin = $rr->certbin;
45
46       Binary representation of the certificate.
47
49       Copyright (c)2002 VeriSign, Mike Schiraldi
50
51       Package template (c)2009,2012 O.M.Kolkman and R.W.Franks.
52
53       All rights reserved.
54
55       This program is free software; you may redistribute it and/or modify it
56       under the same terms as Perl itself.
57

SEE ALSO

59       perl, Net::DNS, Net::DNS::RR, RFC4398
60
61
62
63perl v5.16.3                      2012-12-28             Net::DNS::RR::CERT(3)
Impressum