KeyManager is in Process.
Here are links to the classes for my impls of EncryptionService
One of the things we briefly discussed on the chat was key
generation
and secret storage.
For Android we want to combine the two in an "easy" API which follows
the Object/Factory/Config patterns of our other systems (Pipeline,
Authentication, Push).
Here is a high level code flavored example of what I am talking about.
https://gist.github.com/secondsun/d602d19255b1fd085ac8
Actual work is going forward here:
https://github.com/secondsun/aerogear-android/tree/security
wdyt?
_______________________________________________
aerogear-dev mailing list
aerogear-dev(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/aerogear-dev