Home | History | Annotate | Download | only in BasicAndroidKeyStore
      1 
      2 
      3 
      4 page.tags="BasicAndroidKeyStore"
      5 sample.group=Security
      6 @jd:body
      7 
      8 <p>This sample demonstrates how to use a {java.security.KeyStore} to
      9 safely create and store encryption keys that only your application can access.
     10 You 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