Searched refs:buildCertPath (Results 1 – 2 of 2) sorted by relevance
247 CertPath certPath = CertUtils.buildCertPath( in buildCertPath_succeedsWithoutIntermediates()262 CertUtils.buildCertPath( in buildCertPath_succeedsWithIntermediates()281 CertUtils.buildCertPath( in buildCertPath_succeedsWithIntermediates_ignoreUnrelatedIntermedateCert()300 CertUtils.buildCertPath( in buildCertPath_throwsIfWrongRootCommonName()315 CertUtils.buildCertPath( in buildCertPath_throwsIfMissingIntermediateCert()328 CertUtils.buildCertPath( in validateCertPath_succeeds()
286 CertPath certPath = buildCertPath(pkixParams); in validateCert()341 static CertPath buildCertPath(PKIXParameters pkixParams) throws CertValidationException { in buildCertPath() method in CertUtils