Java ASN.1 validation library -


is there free open-source java library validate asn.1 ber/der/xer on module definitions file.

yes, there (usually part of encoder/decoder library) e.g.:

jac (java asn.1 compiler) tool if want (1)parse asn1 file (2)create .java classes , (3)encode/decode instances of classes.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -