Home
last modified time | relevance | path

Searched refs:caCert (Results 1 – 4 of 4) sorted by relevance

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DCaCertManagementTest.java216 Certificate caCert = readCertificate(caBytes); in assertCaCertInstalledAndTrusted() local
219 boolean isInstalled = remoteDpm.hasCaCertInstalled(DPC_COMPONENT_NAME, caCert.getEncoded()); in assertCaCertInstalledAndTrusted()
222 assertThat(isCaCertListed(caCert)).isEqualTo(installed); in assertCaCertInstalledAndTrusted()
224 assertCaCertTrustStatusChange(caCert, isInstalled); in assertCaCertInstalledAndTrusted()
227 boolean userAddedCertificate = xtm.isUserAddedCertificate((X509Certificate) caCert); in assertCaCertInstalledAndTrusted()
241 private boolean isCaCertListed(Certificate caCert) throws CertificateException { in isCaCertListed() argument
245 if (caCert.equals(readCertificate(certBuffer))) { in isCaCertListed()
252 private void assertCaCertTrustStatusChange(Certificate caCert, boolean newStatus) in assertCaCertTrustStatusChange() argument
258 .toMeet((acceptedIssuers) -> newStatus == acceptedIssuers.contains(caCert)) in assertCaCertTrustStatusChange()
/cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/
DDirectDelegatedCertInstallerTest.java100 final Certificate caCert = CertificateFactory.getInstance("X.509") in testCaCertsOperations() local
107 + " beginning of the test").that(keyStore.getCertificateAlias(caCert)).isNull(); in testCaCertsOperations()
123 keyStore.getCertificateAlias(caCert)).isNotNull(); in testCaCertsOperations()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDelegatedCertInstallerTest.java124 final Certificate caCert = CertificateFactory.getInstance("X.509") in testCaCertsOperations() local
136 assertNull(keyStore.getCertificateAlias(caCert)); in testCaCertsOperations()
147 final String alias = keyStore.getCertificateAlias(caCert); in testCaCertsOperations()
/cts/tests/tests/keystore/src/android/keystore/cts/
DAndroidKeyStoreTest.java1419 final Certificate caCert = f in testKeyStore_SetEntry_CAEntry_Overwrites_PrivateKeyEntry_Unencrypted_Success() local
1422 TrustedCertificateEntry expectedCertEntry = new TrustedCertificateEntry(caCert); in testKeyStore_SetEntry_CAEntry_Overwrites_PrivateKeyEntry_Unencrypted_Success()
1465 final Certificate caCert = f.generateCertificate(new ByteArrayInputStream(FAKE_RSA_CA_1)); in testKeyStore_SetEntry_PrivateKeyEntry_Overwrites_CAEntry_Unencrypted_Success() local
1474 expectedChain[1] = caCert; in testKeyStore_SetEntry_PrivateKeyEntry_Overwrites_CAEntry_Unencrypted_Success()
1492 TrustedCertificateEntry expectedCertEntry = new TrustedCertificateEntry(caCert); in testKeyStore_SetEntry_PrivateKeyEntry_Overwrites_CAEntry_Unencrypted_Success()
1512 final Certificate caCert = f.generateCertificate(new ByteArrayInputStream(FAKE_RSA_CA_1)); in testKeyStore_SetEntry_PrivateKeyEntry_Overwrites_ShortPrivateKeyEntry_Unencrypted_Success() local
1521 expectedChain[1] = caCert; in testKeyStore_SetEntry_PrivateKeyEntry_Overwrites_ShortPrivateKeyEntry_Unencrypted_Success()
1568 final Certificate caCert = f in testKeyStore_SetEntry_CAEntry_Overwrites_CAEntry_Unencrypted_Success() local
1571 TrustedCertificateEntry expectedCertEntry = new TrustedCertificateEntry(caCert); in testKeyStore_SetEntry_CAEntry_Overwrites_CAEntry_Unencrypted_Success()
1608 final Certificate caCert = f.generateCertificate(new ByteArrayInputStream(FAKE_RSA_CA_1)); in testKeyStore_SetKeyEntry_ProtectedKey_Unencrypted_Failure() local
[all …]