Searched refs:mCertificate (Results 1 – 2 of 2) sorted by relevance
172 private X509Certificate mCertificate; field in ExportWizard278 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 …]
74 private X509Certificate mCertificate; field in KeyCheckPage175 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()