diff options
author | quddusc <quddusc@google.com> | 2013-10-30 18:09:08 -0700 |
---|---|---|
committer | quddusc <quddusc@google.com> | 2013-10-30 20:51:43 -0700 |
commit | 3943cdc9626911fe2732fedd5c85e920c6078a9f (patch) | |
tree | 1813ded5ae625d2b9dd1365e1228b03ea610a9f6 /samples/browseable/BasicAndroidKeyStore | |
parent | 1c254de3dd54f1f9817e79f51577b3e40515f4bd (diff) | |
download | android_development-3943cdc9626911fe2732fedd5c85e920c6078a9f.tar.gz android_development-3943cdc9626911fe2732fedd5c85e920c6078a9f.tar.bz2 android_development-3943cdc9626911fe2732fedd5c85e920c6078a9f.zip |
Updated browsable sample descriptions.
Change-Id: I21e3dfacb4bc1acfbe3b17c5f8001ee758f9eec2
Diffstat (limited to 'samples/browseable/BasicAndroidKeyStore')
-rw-r--r-- | samples/browseable/BasicAndroidKeyStore/_index.jd | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/samples/browseable/BasicAndroidKeyStore/_index.jd b/samples/browseable/BasicAndroidKeyStore/_index.jd index b69787e1d..5b7af605c 100644 --- a/samples/browseable/BasicAndroidKeyStore/_index.jd +++ b/samples/browseable/BasicAndroidKeyStore/_index.jd @@ -5,13 +5,11 @@ page.tags="BasicAndroidKeyStore" sample.group=Security @jd:body -<p> - - Welcome to the <b>Basic Android Key Store</b> sample!\n\n - This sample demonstrates how to use the Android Key Store to safely create and store - encryption keys that only your application can access. You can also sign data - using those keys.\n\n - To create a new KeyPair, click \"Create\".\n\n - To sign some data using a KeyPair, click \"Sign\".\n\n - To verify the data using the signature provided, click \"Verify\".\n\n - </p> +<p>This sample demonstrates how to use a {java.security.KeyStore} to +safely create and store encryption keys that only your application can access. +You can also sign data using those keys.</p> +<p>To see this in action, run the sample application and click:</p> +<ul> +<li><strong>Create</strong> to create a new KeyPair.</li> +<li><strong>Sign</strong> to sign some data using a KeyPair.</li> +<li><strong>Verify</strong> to verify the data using the signature provided.</li> |