Lines Matching refs:certificate
47 certificate whose private key is held by the application's developer. The Android system uses the
48 certificate as a means of identifying the author of an application and establishing trust
49 relationships between applications. The certificate is not used to control which applications the
50 user can install. The certificate does not need to be signed by a certificate authority: it is
63 <li>You can use self-signed certificates to sign your applications. No certificate authority is
65 <li>The system tests a signer certificate's expiration date only at install time. If an
66 application's signer certificate expires after the application is installed, the application
98 Jarsigner utility to sign your application's <code>.apk</code> file. Because the certificate and
114 all of your applications with the same certificate, throughout the expected
119 must continue to sign the updates with the same certificate or set of certificates,
122 certificate(s) in the new version with those in the existing version. If the
123 certificates match exactly, including both the certificate data and order, then
130 are signed by the same certificate to run in the same process, if the
138 certificate. By signing multiple applications with the same certificate and
168 use a <a href="#cert">suitable certificate</a> to sign your applications. </p>
210 to the public when signed with the debug certificate.</p>
217 application, ADT signs the {@code .apk} file with the debug certificate, runs {@code zipalign} on
237 <p>The self-signed certificate used to sign your application in debug mode (the default on
240 <p>When the certificate expires, you will get a build error. On Ant builds, the error
258 tools may erroneously generate an already-expired debug certificate, so that you get an
262 certificate</a>. </p>
351 self-signed certificate. </p><p>Note that you do not need to specify this option