1 2 3 4page.tags="BasicAndroidKeyStore" 5sample.group=Security 6@jd:body 7 8<p>This sample demonstrates how to use a {java.security.KeyStore} to 9safely create and store encryption keys that only your application can access. 10You can also sign data using those keys.</p> 11<p>To see this in action, run the sample application and click:</p> 12<ul> 13<li><strong>Create</strong> to create a new KeyPair.</li> 14<li><strong>Sign</strong> to sign some data using a KeyPair.</li> 15<li><strong>Verify</strong> to verify the data using the signature provided.</li> 16