[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
3.2 Invoking asn1Coding
‘asn1Coding’ generates a DER encoding from a file with ASN1 definitions and another one with assignments.
The file with assignments must have this syntax:
InstanceName Asn1Definition nameString value nameString value ...
The output file is a binary file with the DER encoding.
Usage: asn1Coding [options] file1 file2 file1 : file with ASN1 definitions. file2 : file with assignments. Options: -h : shows the help message. -v : shows version information and exit. -c : checks the syntax only. -o file : output file.