By default in OTP 17, the representation of the BIT STRING
and OCTET STRING
types as Erlang terms were changed. BIT STRING
values are now Erlang bit strings and 登录查看完整内容
asn1ct
asn1ct
Module
asn1ct
Module summary
ASN.1 compiler and compile-time support functions
Description
The ASN.1 compiler takes an ASN.1 module as input and generates a corresponding Erlang module, which can encode and decode the specified data types. Alternatively, the compiler takes a specification module specifying all input modules, and generates a module with encode/decode functions. In addition, some generic functions can be used during development of applications that handles ASN.1 data (encoded as BER
or PER
).
Note