{
    "content": [
        {
            "type": "text",
            "text": "# py3rsa-priv2pub (man)\n\n## NAME\n\npy3rsa-priv2pub - read a private key and output the corresponding public key\n\n## SYNOPSIS\n\npy3rsa-priv2pub [OPTION]...\n\n## DESCRIPTION\n\nRead  a  private key and output the corresponding public key. Both private and public key use\nthe format described in PKCS#1 v1.5\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **OPTIONS** (3 subsections)\n- **AUTHOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "py3rsa-priv2pub",
        "section": "",
        "mode": "man",
        "summary": "py3rsa-priv2pub - read a private key and output the corresponding public key",
        "synopsis": "py3rsa-priv2pub [OPTION]...",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [
            {
                "flag": "-h",
                "long": "--help",
                "arg": null,
                "description": "show help message and exit"
            },
            {
                "flag": "-i",
                "long": null,
                "arg": null,
                "description": "input filename. Read from stdin if not specified"
            },
            {
                "flag": "-i",
                "long": null,
                "arg": null,
                "description": "output filename. write to stdout of not specified --inform=INFORM key format of input - default PEM --outform=OUTFORM key format of output - default PEM"
            }
        ],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "-h --help",
                        "lines": 2,
                        "flag": "-h",
                        "long": "--help"
                    },
                    {
                        "name": "-i --input=",
                        "lines": 2,
                        "flag": "-i"
                    },
                    {
                        "name": "-i --output=",
                        "lines": 8,
                        "flag": "-i"
                    }
                ]
            },
            {
                "name": "AUTHOR",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "py3rsa-priv2pub - read a private key and output the corresponding public key\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "py3rsa-priv2pub [OPTION]...\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Read  a  private key and output the corresponding public key. Both private and public key use\nthe format described in PKCS#1 v1.5\n",
                "subsections": []
            },
            "OPTIONS": {
                "content": "",
                "subsections": [
                    {
                        "name": "-h --help",
                        "content": "show help message and exit\n",
                        "flag": "-h",
                        "long": "--help"
                    },
                    {
                        "name": "-i --input=",
                        "content": "input filename. Read from stdin if not specified\n",
                        "flag": "-i"
                    },
                    {
                        "name": "-i --output=",
                        "content": "output filename. write to stdout of not specified\n\n--inform=INFORM\nkey format of input - default PEM\n\n--outform=OUTFORM\nkey format of output - default PEM\n",
                        "flag": "-i"
                    }
                ]
            },
            "AUTHOR": {
                "content": "py3rsa-priv2pub was written by Sybren A. Stuvel <sybren AT stuvel.eu>.\n\n\n\npy3rsa-priv2pub(1)",
                "subsections": []
            }
        }
    }
}