google / keyczar

Easy-to-use crypto toolkit
Apache License 2.0
1.1k stars 141 forks source link

Make java version android-friendly #162

Closed felixhack closed 9 years ago

felixhack commented 9 years ago

Tests still pass. :-)

Note: previously, errors during JSON parsing threw unchecked gson exceptions. Now we throw RuntimeExceptions wrapping checked JSONException.

I don't know how to test Eclipse/Maven project integration.