asn1.compiler

This library does not actually implement a compiler. This is just for the future, in case that changes, or if developers want to create their own ASN.1 compilers that implement this library.

Public Imports

asn1.constants
public import asn1.constants;
Undocumented in source.

Members

Aliases

ASN1CompilerException
alias ASN1CompilerException = AbstractSyntaxNotation1CompilerException

Classes

AbstractSyntaxNotation1CompilerException
class AbstractSyntaxNotation1CompilerException

A generic exception from which any ASN.1 compiler exception should inherit

Meta