How can I access the decoded text from my Android app?

  • Replies:0
Ádám Halász
  • Forum posts: 4

Jul 17, 2013, 5:24:56 PM via Website

Hi!

I'm beginner in Android programming and 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 (like the ASN.1 JavaScript decoder) 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.

Reply