Searched refs:getSupportedDhGroups (Results 1 – 6 of 6) sorted by relevance
85 int[] dhGroups = isProposed ? getDhGroups() : getSupportedDhGroups(); in buildProposal()
244 protected int[] getSupportedDhGroups() { in getSupportedDhGroups() method in EpdgSaProposal
179 algoList.addAll(SaProposal.getSupportedDhGroups()); in getDhGroups()486 IkeSaProposal.getSupportedDhGroups()); in checkGetSupportedIkeSaAlgos()
634 public static Set<Integer> getSupportedDhGroups() { in getSupportedDhGroups() method in SaProposal
1608 return SaProposal.getSupportedDhGroups().contains(id); in isSupportedTransformId()
305 method @NonNull public static java.util.Set<java.lang.Integer> getSupportedDhGroups();