[android-developers] Re: Reading from CERT.RSA from META-INF directory

2011-06-21 Thread Nate Totura
Ahh, I see what you are saying now, I have never used those (JarFile/ JarEntry) APIs before. Thank you! On Jun 15, 6:25 pm, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Thu, Jun 16, 2011 at 3:18 AM, Nate Totura ntot...@gmail.com wrote: To clarify, I would like to do this at runtime.

[android-developers] Re: Reading from CERT.RSA from META-INF directory

2011-06-15 Thread Nate Totura
To clarify, I would like to do this at runtime. Access to the certificate information at runtime is really what I want. -Nate On Jun 14, 7:39 pm, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Wed, Jun 15, 2011 at 2:57 AM, Nate Totura ntot...@gmail.com wrote: Is it possible to read files

Re: [android-developers] Re: Reading from CERT.RSA from META-INF directory

2011-06-15 Thread Nikolay Elenkov
On Thu, Jun 16, 2011 at 3:18 AM, Nate Totura ntot...@gmail.com wrote: To clarify, I would like to do this at runtime. Access to the certificate information at runtime is really what I want. That doesn't clarify much... If want to read it from an apk, use JarFile. -- You received this message