mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-27 19:22:14 -05:00
Document new args in AIDL
This commit is contained in:
parent
c84c449035
commit
def11ad18f
@ -16,6 +16,11 @@ interface IApgService {
|
|||||||
*
|
*
|
||||||
* (required) String "MSG" = Message to encrypt
|
* (required) String "MSG" = Message to encrypt
|
||||||
* (required) String "SYM_KEY" = Symmetric key to use
|
* (required) String "SYM_KEY" = Symmetric key to use
|
||||||
|
* (optional) int "ENCRYPTION_ALGO" = Encryption Algorithm
|
||||||
|
* (optional) int "HASH_ALGO" = Hash Algorithm
|
||||||
|
* (optional) Boolean "ARMORED" = Armor output
|
||||||
|
* (optional) Boolean "FORCE_V3_SIG" = Force V3 Signatures
|
||||||
|
* (optional) int "COMPRESSION" = Compression to use
|
||||||
*
|
*
|
||||||
* Bundle return_vals (in addition to the ERRORS/WARNINGS above):
|
* Bundle return_vals (in addition to the ERRORS/WARNINGS above):
|
||||||
* String "RESULT" = Encrypted MSG
|
* String "RESULT" = Encrypted MSG
|
||||||
|
Loading…
Reference in New Issue
Block a user