Home
last modified time | relevance | path

Searched defs:rootCert (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/certificate/
DCertUtilsTest.java245 X509Certificate rootCert = TestData.ROOT_CA_TRUSTED; in buildCertPath_succeedsWithoutIntermediates() local
257 X509Certificate rootCert = TestData.ROOT_CA_TRUSTED; in buildCertPath_succeedsWithIntermediates() local
276 X509Certificate rootCert = TestData.ROOT_CA_TRUSTED; in buildCertPath_succeedsWithIntermediates_ignoreUnrelatedIntermedateCert() local
292 X509Certificate rootCert = TestData.ROOT_CA_DIFFERENT_COMMON_NAME; in buildCertPath_throwsIfWrongRootCommonName() local
308 X509Certificate rootCert = TestData.ROOT_CA_DIFFERENT_COMMON_NAME; in buildCertPath_throwsIfMissingIntermediateCert() local
323 X509Certificate rootCert = TestData.ROOT_CA_TRUSTED; in validateCertPath_succeeds() local
359 X509Certificate rootCert = TestData.ROOT_CA_TRUSTED; in validateCert_succeeds() local
369 X509Certificate rootCert = TestData.ROOT_CA_TRUSTED; in validateCert_throwsIfExpired() local
383 X509Certificate rootCert = TestData.ROOT_CA_DIFFERENT_KEY; in validateCert_throwsIfWrongRootWithTheSameCommonName() local
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
DRecoverableKeyStoreManager.java241 X509Certificate rootCert = in initRecoveryService() local
317 X509Certificate rootCert = in initRecoveryServiceWithSigFile() local