ASN.1 Node Value
asn1_node_valueRetrieve the decoded display value and raw bytes for a specific ASN.1 node from parsed input data.
Instructions
Return the decoded display value and raw value bytes for one parsed ASN.1 node.
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 |
| encoding | No | Output encoding for DER or value bytes. | hex |