|
|
|
|
|
by Aaargh20318
1999 days ago
|
|
ASN.1 is basically an IDL. There are multiple encodings for ASN.1 but DER is one of the most common ones (you can also encode to JSON or XML). DER is indeed TLV (tag-length-value) and there are many code generators available. |
|