1 2 page.tags="BasicAndroidKeyStore" 3 sample.group=Security 4 @jd:body 5 6 <p> 7 8 Welcome to the <b>Basic Android Key Store</b> sample!\n\n 9 This sample demonstrates how to use the Android Key Store to safely create and store 10 encryption keys that only your application can access. You can also sign data 11 using those keys.\n\n 12 To create a new KeyPair, click \"Create\".\n\n 13 To sign some data using a KeyPair, click \"Sign\".\n\n 14 To verify the data using the signature provided, click \"Verify\".\n\n 15 16 </p> 17