Searched refs:validateCertPath (Results 1 – 3 of 3) sorted by relevance
311 public static void validateCertPath(X509Certificate trustedRoot, CertPath certPath) in validateCertPath() method in CertUtils313 validateCertPath(/*validationDate=*/ null, trustedRoot, certPath); in validateCertPath()321 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()
572 CertUtils.validateCertPath( in startRecoverySessionWithCertPath()