{
    "content": [
        {
            "type": "text",
            "text": "# Crypt::DSA::Signature (perldoc)\n\n## NAME\n\nCrypt::DSA::Signature - DSA signature object\n\n## SYNOPSIS\n\nuse Crypt::DSA::Signature;\nmy $sig = Crypt::DSA::Signature->new;\n$sig->r($r);\n$sig->s($s);\n\n## DESCRIPTION\n\n*Crypt::DSA::Signature* represents a DSA signature. It has 2 methods, *r* and *s*, which are the\nbig number representations of the 2 pieces of the DSA signature.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **USAGE**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Crypt::DSA::Signature",
        "section": "",
        "mode": "perldoc",
        "summary": "Crypt::DSA::Signature - DSA signature object",
        "synopsis": "use Crypt::DSA::Signature;\nmy $sig = Crypt::DSA::Signature->new;\n$sig->r($r);\n$sig->s($s);",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "USAGE",
                "lines": 24,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Crypt::DSA::Signature - DSA signature object\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Crypt::DSA::Signature;\nmy $sig = Crypt::DSA::Signature->new;\n\n$sig->r($r);\n$sig->s($s);\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "*Crypt::DSA::Signature* represents a DSA signature. It has 2 methods, *r* and *s*, which are the\nbig number representations of the 2 pieces of the DSA signature.\n",
                "subsections": []
            },
            "USAGE": {
                "content": "Crypt::DSA::Signature->new( %options )\nCreates a new signature object, and optionally initializes it with the information in\n*%options*, which can contain:\n\n*   Content\n\nAn ASN.1-encoded string representing the DSA signature. In ASN.1 notation, this looks like:\n\nSEQUENCE {\nr INTEGER,\ns INTEGER\n}\n\nIf *Content* is provided, *new* will automatically call the *deserialize* method to parse\nthe content, and set the *r* and *s* methods on the resulting *Crypt::DSA::Signature*\nobject.\n\n$sig->serialize\nSerializes the signature object *$sig* into the format described above: an ASN.1-encoded\nrepresentation of the signature, using the ASN.1 syntax above.\n\nAUTHOR & COPYRIGHTS\nPlease see the Crypt::DSA manpage for author, copyright, and license information.\n",
                "subsections": []
            }
        }
    }
}