Home
last modified time | relevance | path

Searched refs:getCertificateChain (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
DSSLUtils.java254 @Override public abstract X509Certificate[] getCertificateChain(String alias); in getCertificateChain() method in SSLUtils.StubKeyManager
300 public X509Certificate[] getCertificateChain(String alias) { in getCertificateChain() method in SSLUtils.TrackingKeyManager
341 certificateChain = KeyChain.getCertificateChain(context, alias); in fromAlias()
394 public X509Certificate[] getCertificateChain(String alias) { in getCertificateChain() method in SSLUtils.KeyChainKeyManager
/packages/apps/KeyChain/tests/src/com/android/keychain/tests/
DKeyChainServiceTest.java183 Certificate intermediate1 = pke1.getCertificateChain()[1]; in test_KeyChainService()
194 Certificate intermediate2 = pke2.getCertificateChain()[1]; in test_KeyChainService()
DKeyChainTestActivity.java246 @Override public X509Certificate[] getCertificateChain(String alias) { in getCertificateChain() method in KeyChainTestActivity.KeyChainKeyManager
250 = KeyChain.getCertificateChain(KeyChainTestActivity.this, alias); in getCertificateChain()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/wifi/
DWifiConfigurationProvider.java204 Certificate[] certificates = keyStore.getCertificateChain(alias); in maybeUpdateClientKeyForEAPConfiguration()
/packages/apps/CertInstaller/src/com/android/certinstaller/
DCredentialHelper.java419 Certificate[] certs = entry.getCertificateChain(); in installFrom()
/packages/apps/KeyChain/src/com/android/keychain/
DKeyChainService.java558 List<X509Certificate> chain = mTrustedCertificateStore.getCertificateChain(