diff options
Diffstat (limited to 'samples/browseable/BasicAndroidKeyStore/_index.jd')
-rw-r--r-- | samples/browseable/BasicAndroidKeyStore/_index.jd | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/samples/browseable/BasicAndroidKeyStore/_index.jd b/samples/browseable/BasicAndroidKeyStore/_index.jd index a3d5960b1..5eedee8fa 100644 --- a/samples/browseable/BasicAndroidKeyStore/_index.jd +++ b/samples/browseable/BasicAndroidKeyStore/_index.jd @@ -3,12 +3,13 @@ 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 + +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> |