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