On Jan 16, 2013 12:45 AM, "mbarbiero" <[email protected]> wrote: > > My ideia was that the header is in signature, not in Base64. > >
OK, my bad (again...). The signature is just the padded hash encrypted with the private key. You have the same hash, so either the padding is wrong (unlikely) or the key (more likely). You can actually check by decrypting the signature with OpenSSL or a similar tool that lets you do 'raw' RSA. I still think it must be something simpler like byte order, but you never know... -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

