Summarize ASN.1
summarize_asn1Parse ASN.1 input and generate a compact summary of tags, OIDs, and top-level nodes.
Instructions
Parse ASN.1 input and return a compact summary of tags, OIDs, and top-level nodes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ASN.1 input as PEM, HEX, base64, DER base64, or text. | |
| format | No | Input format. Use auto to detect PEM, HEX, base64, DER, or BER. | auto |
| maxTopLevelNodes | No |