Home | History | Annotate | Download | only in publishing

Lines Matching full:certificate

71 <code>.apk</code> file, the release-ready <code>.apk</code> file is signed with your own certificate
112 certificate that is owned by the application's developer (that is, a certificate for which the
113 developer holds the private key). The Android system uses the certificate as a means of identifying
115 certificate that you use for signing does not need to be signed by a certificate authority; the
116 Android system allows you to sign your applications with a self-signed certificate. To learn about
117 certificate requirements, see <a href="{@docRoot}tools/publishing/app-signing.html">Signing Your
320 <p>The build process assumes that you have a certificate and private key
321 suitable for signing your application. If you do not have a suitable certificate and private key,