Searched refs:rootCert (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/certificate/ |
D | CertUtilsTest.java | 245 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 264 TestData.DATE_ALL_CERTS_VALID, rootCert, intermediateCerts, in buildCertPath_succeedsWithIntermediates() 276 X509Certificate rootCert = TestData.ROOT_CA_TRUSTED; in buildCertPath_succeedsWithIntermediates_ignoreUnrelatedIntermedateCert() local 283 TestData.DATE_ALL_CERTS_VALID, rootCert, intermediateCerts, in buildCertPath_succeedsWithIntermediates_ignoreUnrelatedIntermedateCert() 292 X509Certificate rootCert = TestData.ROOT_CA_DIFFERENT_COMMON_NAME; in buildCertPath_throwsIfWrongRootCommonName() local 302 TestData.DATE_ALL_CERTS_VALID, rootCert, intermediateCerts, in buildCertPath_throwsIfWrongRootCommonName() 308 X509Certificate rootCert = TestData.ROOT_CA_DIFFERENT_COMMON_NAME; in buildCertPath_throwsIfMissingIntermediateCert() local 317 TestData.DATE_ALL_CERTS_VALID, rootCert, intermediateCerts, in buildCertPath_throwsIfMissingIntermediateCert() [all …]
|
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/ |
D | RecoverableKeyStoreManager.java | 241 X509Certificate rootCert = in initRecoveryService() local 245 certPath = certXml.getRandomEndpointCert(rootCert); in initRecoveryService() 317 X509Certificate rootCert = in initRecoveryServiceWithSigFile() local 320 sigXml.verifyFileSignature(rootCert, recoveryServiceCertFile); in initRecoveryServiceWithSigFile()
|