Normalize ASN.1 Input
normalize_asn1_inputDecode ASN.1 data from multiple formats (DER, BER, PEM, HEX, base64) and re-encode to consistent DER bytes. Output encoding selectable as hex or base64.
Instructions
Decode DER, BER, PEM, HEX, or base64 input and return round-trip re-encoded ASN.1 bytes.
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 |
| encoding | No | Output encoding for DER or value bytes. | hex |