Synced to developers/samples/android commit bc036ecdf44cd03163c206096172299f3940b057. Change-Id: Ib68230d79ca300e7db906aff2ebfc2cb6c6968f7
16 lines
501 B
Plaintext
16 lines
501 B
Plaintext
page.tags="BasicAndroidKeyStore"
|
|
sample.group=Security
|
|
@jd:body
|
|
|
|
<p>
|
|
|
|
Welcome to the <b>Basic Android Key Store</b> sample!\n\n
|
|
This sample demonstrates how to use the Android Key Store to safely create and store
|
|
encryption keys that only your application can access. You can also sign data
|
|
using those keys.\n\n
|
|
To create a new KeyPair, click \"Create\".\n\n
|
|
To sign some data using a KeyPair, click \"Sign\".\n\n
|
|
To verify the data using the signature provided, click \"Verify\".\n\n
|
|
|
|
</p>
|