diff options
author | Dominik Schürmann <dominik@dominikschuermann.de> | 2013-09-16 16:40:47 +0200 |
---|---|---|
committer | Dominik Schürmann <dominik@dominikschuermann.de> | 2013-09-16 16:40:47 +0200 |
commit | 0625061018a43089f5b281442b23b016434ea80d (patch) | |
tree | 4af60e2b879a48396f6fa3baaaf3925c45e2b81d /OpenPGP-Keychain/src | |
parent | e6a37f565f157ca198113ccc4461cc1aa8e8e3ea (diff) | |
download | open-keychain-0625061018a43089f5b281442b23b016434ea80d.tar.gz open-keychain-0625061018a43089f5b281442b23b016434ea80d.tar.bz2 open-keychain-0625061018a43089f5b281442b23b016434ea80d.zip |
API documentation
Diffstat (limited to 'OpenPGP-Keychain/src')
-rw-r--r-- | OpenPGP-Keychain/src/org/openintents/openpgp/IOpenPgpService.aidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenPGP-Keychain/src/org/openintents/openpgp/IOpenPgpService.aidl b/OpenPGP-Keychain/src/org/openintents/openpgp/IOpenPgpService.aidl index c4352a790..4ddad8e4e 100644 --- a/OpenPGP-Keychain/src/org/openintents/openpgp/IOpenPgpService.aidl +++ b/OpenPGP-Keychain/src/org/openintents/openpgp/IOpenPgpService.aidl @@ -84,7 +84,7 @@ interface IOpenPgpService { * and also signed-only inputBytes. * * After successful decryption/verification, callback's onSuccess will contain the resulting output bytes. - * The signatureResult in onSuccess is only non-null if signed-and-encrypted and signed-only inputBytes were given. + * The signatureResult in onSuccess is only non-null if signed-and-encrypted or signed-only inputBytes were given. * * @param inputBytes * Byte array you want to decrypt and verify |