Searched refs:getCertificate (Results 1 – 11 of 11) sorted by relevance
200 Credentials.convertToPem(pke1.getCertificate()))); in test_KeyChainService()208 Credentials.convertToPem(pke2.getCertificate()))); in test_KeyChainService()232 byte[] certificate = mService.getCertificate(alias1); in test_KeyChainService()234 assertEquals(Arrays.toString(Credentials.convertToPem(pke1.getCertificate())), in test_KeyChainService()246 mService.getCertificate(alias2); in test_KeyChainService()
157 doReturn(mCert).when(mockCertStore).getCertificate("alias"); in testCaRemoveSuccessLogging()169 doReturn(mCert).when(mockCertStore).getCertificate("alias"); in testCaRemoveFailedLogging()182 doReturn(mCert).when(mockCertStore).getCertificate("alias"); in testNoLoggingWhenDisabled()232 byte[] certificate = mKeyChain.getCertificate(NON_EXISTING_ALIAS); in testGetCertificateReturnsNullForNonExistingAlias()
48 public Certificate getCertificate(String alias) { in getCertificate() method in ShadowTrustedCertificateStore49 return sDelegate.getCertificate(alias); in getCertificate()
141 @Override public byte[] getCertificate(String alias) {455 final Certificate cert = mTrustedCertificateStore.getCertificate(alias);537 .getCertificate(alias, includeDeletedSystem);555 X509Certificate root = (X509Certificate) mTrustedCertificateStore.getCertificate(
104 public String getCertificate() { in getCertificate() method in CertificateSelector130 return new SavedState(super.onSaveInstanceState(), getCertificate()); in onSaveInstanceState()
263 byte[] certificate = jobStatus.getCertificate(); in handleJobStatus()316 byte[] certificate = jobStatus.getCertificate(); in handleBadCertificate()
112 public byte[] getCertificate() { in getCertificate() method in JobStatus
501 sslErrorName(error), sanitizeURL(errorUrl), error.getCertificate())); in onReceivedSslError()614 SslCertificate cert = error.getCertificate(); in setViewSecurityCertificate()
417 mUserCert = (X509Certificate) entry.getCertificate(); in installFrom()
361 return mClientCertificateSelector.getCertificate(); in getClientCertificate()
582 recvAuth.mClientCertAlias = mClientCertificateSelector.getCertificate(); in collectUserInputInternal()