Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/certificate/
DCertUtilsTest.java339 CertPath emptyCertPath = certFactory.generateCertPath(new ArrayList<X509Certificate>()); in validateCertPath_throwsIfEmptyCertPath() local
344 TestData.ROOT_CA_TRUSTED, emptyCertPath)); in validateCertPath_throwsIfEmptyCertPath()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
DRecoverableKeyStoreManagerTest.java925 CertPath emptyCertPath = certFactory.generateCertPath(new ArrayList<X509Certificate>()); in startRecoverySessionWithCertPath_throwsIfEmptyCertPath() local
930 RecoveryCertPath.createRecoveryCertPath(emptyCertPath), in startRecoverySessionWithCertPath_throwsIfEmptyCertPath()