Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/certificate/
H A DCertUtilsTest.java245 X509Certificate rootCert = TestData.ROOT_CA_TRUSTED; in buildCertPath_succeedsWithoutIntermediates() local
249 TestData.DATE_ALL_CERTS_VALID, rootCert, Collections.emptyList(), in buildCertPath_succeedsWithoutIntermediates()
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
363 CertUtils.validateCert(TestData.DATE_ALL_CERTS_VALID, rootCert, intermediateCerts, in validateCert_succeeds()
369 X509Certificate rootCert = TestData.ROOT_CA_TRUSTED; in validateCert_throwsIfExpired() local
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
H A DRecoverableKeyStoreManager.java272 X509Certificate rootCert = in initRecoveryService() local
276 certPath = certXml.getRandomEndpointCert(rootCert); in initRecoveryService()
348 X509Certificate rootCert = in initRecoveryServiceWithSigFile() local
351 sigXml.verifyFileSignature(rootCert, recoveryServiceCertFile); in initRecoveryServiceWithSigFile()