Home
last modified time | relevance | path

Searched refs:mCertificate (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
DExportWizard.java172 private X509Certificate mCertificate; field in ExportWizard
278 mCertificate = (X509Certificate)entry.getCertificate(); in doExport()
296 if (mPrivateKey != null && mCertificate != null) { in doExport()
314 mPrivateKey, mCertificate, monitor); in doExport()
347 return ((mPrivateKey != null && mCertificate != null) in canFinish()
409 mCertificate = null; in setKeystore()
431 mCertificate = null; in setKeystorePassword()
460 mCertificate = null; in setKeyAlias()
472 mCertificate = null; in setKeyPassword()
500 return FingerprintUtils.getFingerprint(mCertificate, "SHA1"); in getCertSha1Fingerprint()
[all …]
DKeyCheckPage.java74 private X509Certificate mCertificate; field in KeyCheckPage
175 mCertificate = null; in onShow()
202 mCertificate = (X509Certificate)entry.getCertificate(); in onShow()
224 if (mPrivateKey != null && mCertificate != null) { in onShow()
226 expirationCalendar.setTime(mCertificate.getNotAfter()); in onShow()
232 mCertificate.getNotAfter().toString()); in onShow()
241 mWizard.setSigningInfo(mPrivateKey, mCertificate); in onShow()
245 mCertificate.getNotAfter().toString())); in onShow()