Searched refs:getAllowedAlgorithms (Results 1 – 7 of 7) sorted by relevance
73 assertTrue(p.getAllowedAlgorithms() != null && p.getAllowedAlgorithms().isEmpty()); in testDefaults()
117 assertEquals(Ikev2VpnProfile.DEFAULT_ALGORITHMS, profile.getAllowedAlgorithms()); in testBuildValidProfileWithOptions()183 assertEquals(allowedAlgorithms, profile.getAllowedAlgorithms()); in testBuildWithAllowedAlgorithmsAead()201 assertEquals(allowedAlgorithms, profile.getAllowedAlgorithms()); in testBuildWithAllowedAlgorithmsNormal()
337 public List<String> getAllowedAlgorithms() { in getAllowedAlgorithms() method in Ikev2VpnProfile483 builder.setAllowedAlgorithms(profile.getAllowedAlgorithms()); in fromVpnProfile()
250 assertEquals(TEST_ALLOWED_ALGORITHMS, profile.getAllowedAlgorithms()); in checkBasicIkev2VpnProfile()
193 public List<String> getAllowedAlgorithms() { in getAllowedAlgorithms() method in VpnProfile
2631 VpnIkev2Utils.buildChildSessionParams(mProfile.getAllowedAlgorithms());
26376 method @NonNull public java.util.List<java.lang.String> getAllowedAlgorithms();