Logo
Explore Help
Sign In
cthrace/open-keychain
1
0
Fork 0
You've already forked open-keychain
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
dbb46f1633b94aa7be39ebb8f4acc24a3420083f
open-keychain/src/org/thialfihar/android/apg/IApgService.aidl

6 lines
182 B
Plaintext
Raw Normal View History

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
package org.thialfihar.android.apg;
interface IApgService {
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
String encrypt_with_passphrase(in List<String> params);
String decrypt_with_passphrase(in List<String> params);
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
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 43ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API