Searched refs:proposalCandidates (Results 1 – 1 of 1) sorted by relevance
374 List<ChildSaProposal> proposalCandidates = new ArrayList<>(); in getNegotiatedChildProposalWithDh() local397 proposalCandidates.add(negotiatedProposal); in getNegotiatedChildProposalWithDh()405 if (proposalCandidates.isEmpty()) { in getNegotiatedChildProposalWithDh()408 for (ChildSaProposal negotiatedProposal : proposalCandidates) { in getNegotiatedChildProposalWithDh()413 throw new InvalidKeException(proposalCandidates.get(0).getDhGroups().get(0)); in getNegotiatedChildProposalWithDh()