Searched refs:validateCertPath (Results 1 – 3 of 3) sorted by relevance
312 public static void validateCertPath(X509Certificate trustedRoot, CertPath certPath, in validateCertPath() method in CertUtils314 validateCertPath(validationDate, trustedRoot, certPath); in validateCertPath()322 static void validateCertPath(@Nullable Date validationDate, X509Certificate trustedRoot, in validateCertPath() method in CertUtils
332 CertUtils.validateCertPath( in validateCertPath_succeeds()343 () -> CertUtils.validateCertPath(TestData.DATE_ALL_CERTS_VALID, in validateCertPath_throwsIfEmptyCertPath()352 () -> CertUtils.validateCertPath(TestData.DATE_ALL_CERTS_VALID, in validateCertPath_throwsIfNotValidated()
608 CertUtils.validateCertPath(mTestCertHelper.getRootCertificate(rootCertificateAlias), in startRecoverySessionWithCertPath()