Searched refs:paramsBldrPKIXBldr (Results 1 – 1 of 1) sorted by relevance
61 PKIXExtendedBuilderParameters.Builder paramsBldrPKIXBldr; in engineBuild() local72 … paramsBldrPKIXBldr = new PKIXExtendedBuilderParameters.Builder(paramsPKIXBldr.build()); in engineBuild()74 paramsBldrPKIXBldr.addExcludedCerts(extPKIX.getExcludedCerts()); in engineBuild()75 paramsBldrPKIXBldr.setMaxPathLength(extPKIX.getMaxPathLength()); in engineBuild()79 … paramsBldrPKIXBldr = new PKIXExtendedBuilderParameters.Builder((PKIXBuilderParameters)params); in engineBuild()82 paramsPKIX = paramsBldrPKIXBldr.build(); in engineBuild()