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