From 94a81dd8ae836f991f1017e5ac2c7b0f90b3854d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Mon, 9 Sep 2013 22:38:09 +0200 Subject: [PATCH] Fixes for decrypt and sign --- .../res/layout/crypto_provider_demo.xml | 4 +- .../crypto/CryptoSignatureResult.java | 10 ++ .../demo/CryptoProviderDemoActivity.java | 6 +- .../crypto/CryptoSignatureResult.java | 10 ++ .../keychain/remote_api/CryptoService.java | 114 ++++++++++++------ 5 files changed, 101 insertions(+), 43 deletions(-) diff --git a/OpenPGP-Keychain-API-Demo/res/layout/crypto_provider_demo.xml b/OpenPGP-Keychain-API-Demo/res/layout/crypto_provider_demo.xml index 0579aa643..1c0717d98 100644 --- a/OpenPGP-Keychain-API-Demo/res/layout/crypto_provider_demo.xml +++ b/OpenPGP-Keychain-API-Demo/res/layout/crypto_provider_demo.xml @@ -74,12 +74,12 @@ android:text="Encrypt and Sign" />