Searched defs:allowedAlgorithms (Results 1 – 4 of 4) sorted by relevance
176 List<String> allowedAlgorithms = in testBuildWithAllowedAlgorithmsAead() local191 List<String> allowedAlgorithms = in testBuildWithAllowedAlgorithmsNormal() local218 List<String> allowedAlgorithms = new ArrayList<>(); in testSetAllowedAlgorithmsInvalidList() local236 List<String> allowedAlgorithms = new ArrayList<>(); in testSetAllowedAlgorithmsInsecureAlgorithm() local
118 static ChildSessionParams buildChildSessionParams(List<String> allowedAlgorithms) { in buildChildSessionParams()215 private static List<ChildSaProposal> getChildSaProposals(List<String> allowedAlgorithms) { in getChildSaProposals()
203 public void setAllowedAlgorithms(List<String> allowedAlgorithms) { in setAllowedAlgorithms()
141 @NonNull List<String> allowedAlgorithms, in Ikev2VpnProfile()