Searched refs:dhGroupSet (Results 1 – 1 of 1) sorted by relevance
1605 Set<DhGroupTransform> dhGroupSet = new LinkedHashSet<>(); in addDhGroupsFromChildSessionParamsIfAbsent() local1608 dhGroupSet.addAll(Arrays.asList(saProposal.getDhGroupTransforms())); in addDhGroupsFromChildSessionParamsIfAbsent()1611 DhGroupTransform[] dhGroups = new DhGroupTransform[dhGroupSet.size()]; in addDhGroupsFromChildSessionParamsIfAbsent()1612 dhGroupSet.toArray(dhGroups); in addDhGroupsFromChildSessionParamsIfAbsent()