Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

net::dns::rr::caa5.18(3) [mojave man page]

Net::DNS::RR::CAA(3)					User Contributed Perl Documentation				      Net::DNS::RR::CAA(3)

NAME
Net::DNS::RR::CAA - DNS CAA resource record SYNOPSIS
use Net::DNS; $rr = new Net::DNS::RR('name IN CAA flags tag value'); DESCRIPTION
Class for Certification Authority Authorization (CAA) DNS resource records. METHODS
The available methods are those inherited from the base class augmented by the type-specific methods defined in this package. Use of undocumented package features or direct access to internal data structures is discouraged and could result in program termination or other unpredictable behaviour. tag $tag = $rr->tag; $rr->tag( $tag ); The property identifier, a sequence of ASCII characters. Tag values may contain ASCII characters a-z, A-Z, and 0-9. Tag values should not contain any other characters. Matching of tag values is not case sensitive. value $value = $rr->value; $rr->value( $value ); A sequence of octets representing the property value. Property values are encoded as binary values and may employ sub-formats. flags $flags = $rr->flags; $rr->flags( $flags ); Unsigned 8-bit number representing Boolean flags. critical $rr->critical(0); $rr->critical(1); if ( $rr->critical ) { ... } Issuer critical flag. COPYRIGHT
Copyright (c)2013 Dick Franks All rights reserved. This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself. Package template (c)2009,2012 O.M.Kolkman and R.W.Franks. SEE ALSO
perl, Net::DNS, Net::DNS::RR, RFC6844 perl v5.18.2 2014-01-16 Net::DNS::RR::CAA(3)

Check Out this Related Man Page

Net::DNS::RR::CERT(3)					User Contributed Perl Documentation				     Net::DNS::RR::CERT(3)

NAME
Net::DNS::RR::CERT - DNS CERT resource record SYNOPSIS
use Net::DNS; $rr = new Net::DNS::RR('name IN CERT format tag algorithm cert'); DESCRIPTION
Class for DNS Certificate (CERT) resource records. METHODS
The available methods are those inherited from the base class augmented by the type-specific methods defined in this package. Use of undocumented package features or direct access to internal data structures is discouraged and could result in program termination or other unpredictable behaviour. format $format = $rr->format; Returns the format code for the certificate (in numeric form) tag $tag = $rr->tag; $rr->tag( $tag ); Returns the key tag for the public key in the certificate algorithm $algorithm = $rr->algorithm; Returns the algorithm used by the certificate (in numeric form). cert $cert = $rr->cert; $rr->cert( $cert ); Base64 representation of the certificate. certbin $certbin = $rr->certbin; $rr->certbin( $certbin ); Binary representation of the certificate. COPYRIGHT
Copyright (c)2002 VeriSign, Mike Schiraldi All rights reserved. This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself. Package template (c)2009,2012 O.M.Kolkman and R.W.Franks. SEE ALSO
perl, Net::DNS, Net::DNS::RR, RFC4398 perl v5.18.2 2014-01-16 Net::DNS::RR::CERT(3)
Man Page

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Weblogic Certification:

Hi All :) I am planning to undergo Weblogic Administartion Certification. IF anyone has got certified,please guide me. It would be more helpful,if someone shares me the materials or dumps. Please help me. Alvida. (0 Replies)
Discussion started by: alvida
0 Replies

2. Linux

relocation truncated to fit

Hi, I am getting linking error i.e. /ade/aime_urtk/oracle/has/include/caa_ResStateListener.hxx:79: relocation truncated to fit: R_PPC_GO T16 vtable for CAA::ResourceStateListener /ade/aime_urtk/oracle/has/lib//libcaad.a(caa_Main.o)(.text+0x88e6): In function `CAA::ResourceStateL... (0 Replies)
Discussion started by: jgobbur
0 Replies

3. AIX

AIX high availability 1-3/69

Hi, Can someone help and give the answer for the following questions: 1. When PowerHA SystemMirror 7.1 is installed on AIX 7.1, what RSCT component does Cluster Aware AIX (CAA) replace? A. Group Services B. Resource Manager C. Topology Services D. Resource Monitoring and Control... (2 Replies)
Discussion started by: walterchang100
2 Replies

4. AIX

Mkcluster: Cluster product not licensed

Hi, I have installed PowerHA 7.1.1 on my two node with AIX 6.1 TL08 SP02, i've verified that my server is correctly supported. but before of starting my PowerHA, i must create my respository disk (CAA), and unfortunately i have this ERROR: mkcluster: Cluster product not licensed. ... (5 Replies)
Discussion started by: LordFire
5 Replies