beanit / asn1bean

ASN1bean (formerly known as jASN1) is a Java ASN.1 BER and DER encoding/decoding library
https://www.beanit.com/asn1/
Apache License 2.0
110 stars 45 forks source link

ASN1 structure delcaration order #51

Open IT-magician opened 3 months ago

IT-magician commented 3 months ago

compared to other libraries, you need to compile java class after reading all asn1 structures like asn1tools for python

Hello := Sequence( var1 STR_FIRST, var2 STR_SECOND)

STR_FIRST := INT STR_SECOND := INT