Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DCaCertManagementTest.java141 Certificate caCert = readCertificate(caBytes); in isCaCertInstalledAndTrusted() local
DDelegatedCertInstallerTest.java124 final Certificate caCert = CertificateFactory.getInstance("X.509") in testCaCertsOperations() local
/cts/tests/tests/keystore/src/android/keystore/cts/
DAndroidKeyStoreTest.java1415 final Certificate caCert = f in testKeyStore_SetEntry_CAEntry_Overwrites_PrivateKeyEntry_Unencrypted_Success() local
1461 final Certificate caCert = f.generateCertificate(new ByteArrayInputStream(FAKE_RSA_CA_1)); in testKeyStore_SetEntry_PrivateKeyEntry_Overwrites_CAEntry_Unencrypted_Success() local
1508 final Certificate caCert = f.generateCertificate(new ByteArrayInputStream(FAKE_RSA_CA_1)); in testKeyStore_SetEntry_PrivateKeyEntry_Overwrites_ShortPrivateKeyEntry_Unencrypted_Success() local
1564 final Certificate caCert = f in testKeyStore_SetEntry_CAEntry_Overwrites_CAEntry_Unencrypted_Success() local
1604 final Certificate caCert = f.generateCertificate(new ByteArrayInputStream(FAKE_RSA_CA_1)); in testKeyStore_SetKeyEntry_ProtectedKey_Unencrypted_Failure() local
1624 final Certificate caCert = f.generateCertificate(new ByteArrayInputStream(FAKE_RSA_CA_1)); in testKeyStore_SetKeyEntry_Unencrypted_Success() local
1650 final Certificate caCert = f.generateCertificate(new ByteArrayInputStream(FAKE_RSA_CA_1)); in testKeyStore_SetKeyEntry_Replaced_Unencrypted_Success() local
/cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/
DDirectDelegatedCertInstallerTest.java100 final Certificate caCert = CertificateFactory.getInstance("X.509") in testCaCertsOperations() local