Commit Graph

6 Commits

Author SHA1 Message Date
Markus Doits
a1c75dd47c Add asymmetric encryption 2011-01-13 20:12:10 +00:00
Markus Doits
3f0c80882e Explain AIDL options a little bit more in detail 2011-01-09 20:12:03 +00:00
Markus Doits
def11ad18f Document new args in AIDL 2011-01-09 19:16:54 +00:00
Markus Doits
1a338de47e Redesign AIDL-Interface once more
Using Bundles makes passing data easier and does not need to redefine
the interface if the internel functions change.

The helper class has been updated accordingly. In addition, it wrappes
completely around all input and output (if wanted).
2011-01-05 14:07:09 +00:00
Markus Doits
6477f60764 Add connection helper for other projects
This eases using the AIDL-Interface and is the recommended way for other
project to implement the connection.
2011-01-04 23:08:08 +00:00
Markus Doits
e8d29c01c2 Add first basic implementation of Apgservice
Provides an AIDL-API for other apps to encrypt and decrypt a string
symmetrically with a passphrase. Function names and API is by no way
finalized and will change!

Support for asymetric encription will follow.

For reference and discussion see issue #71,
https://code.google.com/p/android-privacy-guard/issues/detail?id=71
2010-12-29 16:31:58 +00:00