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
Post a Comment