{
    "content": [
        {
            "type": "text",
            "text": "# Net::DNS::RR::ZONEMD (perldoc)\n\n## NAME\n\nNet::DNS::RR::ZONEMD - DNS ZONEMD resource record\n\n## SYNOPSIS\n\nuse Net::DNS;\n$rr = Net::DNS::RR->new(\"example.com. ZONEMD 2018031500 1 1\nFEBE3D4CE2EC2FFA4BA99D46CD69D6D29711E55217057BEE\n7EB1A7B641A47BA7FED2DD5B97AE499FAFA4F22C6BD647DE\");\n\n## DESCRIPTION\n\nClass for DNS Zone Message Digest (ZONEMD) resource record.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **METHODS**\n- **COPYRIGHT**\n- **LICENSE**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Net::DNS::RR::ZONEMD",
        "section": "",
        "mode": "perldoc",
        "summary": "Net::DNS::RR::ZONEMD - DNS ZONEMD resource record",
        "synopsis": "use Net::DNS;\n$rr = Net::DNS::RR->new(\"example.com. ZONEMD 2018031500 1 1\nFEBE3D4CE2EC2FFA4BA99D46CD69D6D29711E55217057BEE\n7EB1A7B641A47BA7FED2DD5B97AE499FAFA4F22C6BD647DE\");",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "METHODS",
                "lines": 38,
                "subsections": []
            },
            {
                "name": "COPYRIGHT",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "LICENSE",
                "lines": 12,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Net::DNS::RR::ZONEMD - DNS ZONEMD resource record\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Net::DNS;\n$rr = Net::DNS::RR->new(\"example.com. ZONEMD 2018031500 1 1\nFEBE3D4CE2EC2FFA4BA99D46CD69D6D29711E55217057BEE\n7EB1A7B641A47BA7FED2DD5B97AE499FAFA4F22C6BD647DE\");\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Class for DNS Zone Message Digest (ZONEMD) resource record.\n",
                "subsections": []
            },
            "METHODS": {
                "content": "The available methods are those inherited from the base class augmented by the type-specific\nmethods defined in this package.\n\nUse of undocumented package features or direct access to internal data structures is discouraged\nand could result in program termination or other unpredictable behaviour.\n\nserial\n$serial = $rr->serial;\n$rr->serial( $serial );\n\nUnsigned 32-bit integer zone serial number.\n\nscheme\n$scheme = $rr->scheme;\n$rr->scheme( $scheme );\n\nThe scheme field is an 8-bit unsigned integer that identifies the methods by which data is\ncollated and presented as input to the hashing function.\n\nalgorithm\n$algorithm = $rr->algorithm;\n$rr->algorithm( $algorithm );\n\nThe algorithm field is an 8-bit unsigned integer that identifies the cryptographic hash\nalgorithm used to construct the digest.\n\ndigest\n$digest = $rr->digest;\n$rr->digest( $digest );\n\nHexadecimal representation of the digest over the zone content.\n\ndigestbin\n$digestbin = $rr->digestbin;\n$rr->digestbin( $digestbin );\n\nBinary representation of the digest over the zone content.\n",
                "subsections": []
            },
            "COPYRIGHT": {
                "content": "Copyright (c)2019 Dick Franks.\n\nAll rights reserved.\n\nPackage template (c)2009,2012 O.M.Kolkman and R.W.Franks.\n",
                "subsections": []
            },
            "LICENSE": {
                "content": "Permission to use, copy, modify, and distribute this software and its documentation for any\npurpose and without fee is hereby granted, provided that the original copyright notices appear\nin all copies and that both copyright notice and this permission notice appear in supporting\ndocumentation, and that the name of the author not be used in advertising or publicity\npertaining to distribution of the software without specific prior written permission.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING\nBUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "perl, Net::DNS, Net::DNS::RR, RFC8976\n",
                "subsections": []
            }
        }
    }
}