Sift ASN.1 Definition Candidates
sift_asn1_definition_candidatesRank ASN.1 definition candidates for any ASN.1 input using custom definitions or a built-in PKI corpus to identify the most likely structure.
Instructions
Rank ASN.1 definition candidates for ASN.1 data using custom ASN.1 definitions or the built-in PKI component corpus.
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 |
| definition | No | Optional supported ASN.1 definition text for a custom corpus. | |
| definitions | No | Optional supported ASN.1 definition texts for a custom corpus. | |
| maxResults | No | ||
| minScore | No | Suppress candidates below this score. | |
| includeTypes | No | Limit matching to local or qualified ASN.1 type names. | |
| excludeTypes | No | Exclude local or qualified ASN.1 type names. | |
| includeNodes | No | Include parsed TLV nodes in the report. | |
| includeSubtrees | No | Include bounded candidate reports for child TLV nodes. | |
| includeEmptySubtrees | No | Include subtree reports even when no candidates are found. | |
| maxSubtreeDepth | No | ||
| maxSubtreeReports | No |