[aerogear-dev] Android Crypto API sample

Summers Pittman supittma at redhat.com
Fri Nov 8 10:38:10 EST 2013


Ok so I updated a little bit:

So KeyService is now EncryptionService.

https://github.com/secondsun/aerogear-android/blob/security/src/org/jboss/aerogear/android/security/EncryptionService.java

Usages are here :

https://gist.github.com/secondsun/c1fb32a4c49f9bb6bed2

KeyManager is in Process.

Here are links to the classes for my impls of EncryptionService

https://github.com/secondsun/aerogear-android/blob/security/src/org/jboss/aerogear/android/impl/security/AbstractEncryptionService.java

https://github.com/secondsun/aerogear-android/blob/security/src/org/jboss/aerogear/android/impl/security/PasswordKeyServices.java

https://github.com/secondsun/aerogear-android/blob/security/src/org/jboss/aerogear/android/impl/security/PassPhraseKeyServices.java


On 11/05/2013 03:00 PM, Summers Pittman wrote:
> 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 at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/aerogear-dev



More information about the aerogear-dev mailing list