Searched refs:getAllowedAlgorithms (Results 1 – 6 of 6) sorted by relevance
70 assertTrue(p.getAllowedAlgorithms() != null && p.getAllowedAlgorithms().isEmpty()); in testDefaults()
112 assertEquals(Ikev2VpnProfile.DEFAULT_ALGORITHMS, profile.getAllowedAlgorithms()); in testBuildValidProfileWithOptions()175 assertEquals(allowedAlgorithms, profile.getAllowedAlgorithms()); in testBuildWithAllowedAlgorithmsAead()188 assertEquals(allowedAlgorithms, profile.getAllowedAlgorithms()); in testBuildWithAllowedAlgorithmsNormal()
318 public List<String> getAllowedAlgorithms() { in getAllowedAlgorithms() method in Ikev2VpnProfile465 builder.setAllowedAlgorithms(profile.getAllowedAlgorithms()); in fromVpnProfile()
188 public List<String> getAllowedAlgorithms() { in getAllowedAlgorithms() method in VpnProfile
2391 VpnIkev2Utils.buildChildSessionParams(mProfile.getAllowedAlgorithms());
30000 method @NonNull public java.util.List<java.lang.String> getAllowedAlgorithms();