0

One of my projects requires to me to parse an ASN.1 file, and put its data into database. Is there any JAVA api or any other way which can parse the ASN.1 file using JAVA.

Vaibhav Arora
  • 91
  • 1
  • 7
  • 2
    Tried this?-http://stackoverflow.com/questions/10190795/parsing-asn-1-binary-data-with-java – Pankaj Sep 22 '15 at 08:09

1 Answers1

0

There is a great list of ASN.1 Tools at http://www.itu.int/en/ITU-T/asn1/Pages/Tools.aspx which includes a section for Java Tools. There are both commercial and free tools listed here. Using a good tool will save you a lot of time and frustration when working with the details of encoding and decoding ASN.1 messages.

Paul Thorpe
  • 1,930
  • 17
  • 23