0

I'm working on an Android app, that connects to a .crl file on the Internet and gets some data from it. I need to be able to decode this file (for example with ASN.1 JavaScript decoder - http://lapo.it/asn1js/#) and then use the decoded data.

My question is, how can I access the decoded data from my Android app? Is there some way to reference the decoded text online? Or is there a way, to include the decoder JavaScript in my Android app? I have very basic knowledge in JavaScript.

Thanks for helping.

adamhala007
  • 703
  • 4
  • 11
  • 22
  • relevant? http://stackoverflow.com/questions/2409618/how-do-i-decode-a-der-encoded-string-in-java – Marc B Jul 12 '13 at 19:32
  • @Marc B, I have checked your link and if I am right, this is the code which decodes the text but how can I connect this code to the URL of my file? – adamhala007 Jul 13 '13 at 14:12

0 Answers0