{
    "content": [
        {
            "type": "text",
            "text": "# Crypt::DSA::Key::PEM (perldoc)\n\n## NAME\n\nCrypt::DSA::Key::PEM - Read/write DSA PEM files\n\n## SYNOPSIS\n\nuse Crypt::DSA::Key;\nmy $key = Crypt::DSA::Key->new( Type => 'PEM', ...);\n$key->write( Type => 'PEM', ...);\n\n## DESCRIPTION\n\n*Crypt::DSA::Key::PEM* provides an interface to reading and writing DSA PEM files, using\n*Convert::PEM*. The files are ASN.1-encoded and optionally encrypted.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Crypt::DSA::Key::PEM",
        "section": "",
        "mode": "perldoc",
        "summary": "Crypt::DSA::Key::PEM - Read/write DSA PEM files",
        "synopsis": "use Crypt::DSA::Key;\nmy $key = Crypt::DSA::Key->new( Type => 'PEM', ...);\n$key->write( Type => 'PEM', ...);",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 12,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Crypt::DSA::Key::PEM - Read/write DSA PEM files\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Crypt::DSA::Key;\nmy $key = Crypt::DSA::Key->new( Type => 'PEM', ...);\n$key->write( Type => 'PEM', ...);\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "*Crypt::DSA::Key::PEM* provides an interface to reading and writing DSA PEM files, using\n*Convert::PEM*. The files are ASN.1-encoded and optionally encrypted.\n\nYou shouldn't use this module directly. As the SYNOPSIS above suggests, this module should be\nconsidered a plugin for *Crypt::DSA::Key*, and all access to PEM files (reading DSA keys from\ndisk, etc.) should be done through that module.\n\nRead the *Crypt::DSA::Key* documentation for more details.\n\nAUTHOR & COPYRIGHTS\nPlease see the Crypt::DSA manpage for author, copyright, and license information.\n",
                "subsections": []
            }
        }
    }
}