Describe ASN.1 Node
describe_nodeDescribes an ASN.1 node by its node id, showing type, value, and children within a parsed ASN.1 structure.
Instructions
Describe a parsed ASN.1 node by node id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ASN.1 input as PEM, HEX, base64, DER base64, or text. | |
| nodeId | Yes | Node id from parse_asn1 output. | |
| format | No | Input format. Use auto to detect PEM, HEX, base64, DER, or BER. | auto |
| includeRawValue | No | Include raw primitive value hex. | |
| includeHexPreview | No | Include compact hex preview for primitive values. | |
| hexPreviewLength | No | Maximum hex preview length. |