Create ASN.1 Instance
create_asn1_instanceBuild DER bytes from a JSON instance and a selected ASN.1 type, using a definition text or schema model.
Instructions
Build DER bytes from JSON instance input and a selected type in a supported ASN.1 definition subset or Schema Model JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| definition | No | Supported ASN.1 definition subset text. Provide this or schema. | |
| schema | No | ASN.1 Instance Builder Schema Model JSON. Provide this or definition. | |
| typeName | Yes | Defined ASN.1 type name to validate or build. | |
| input | Yes | JSON instance input for the selected type. | |
| encoding | No | Output encoding for DER or value bytes. | hex |
| includeDerSummary | No | Include a compact parse summary of the generated DER. |