Fixes for decrypt and sign

This commit is contained in:
Dominik Schürmann
2013-09-09 22:38:09 +02:00
parent 1421046c6d
commit 94a81dd8ae
5 changed files with 101 additions and 43 deletions

View File

@@ -74,12 +74,12 @@
android:text="Encrypt and Sign" />
<Button
android:id="@+id/crypto_provider_demo_decrypt"
android:id="@+id/crypto_provider_demo_decrypt_and_verify"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:onClick="decryptAndVerifyOnClick"
android:text="Decrypt" />
android:text="Decrypt and Verify" />
</LinearLayout>
</LinearLayout>