Searched refs:getAllowedAlgorithms (Results 1 – 7 of 7) sorted by relevance
112 assertEquals(Ikev2VpnProfile.DEFAULT_ALGORITHMS, profile.getAllowedAlgorithms()); in testBuildValidProfileWithOptions()178 assertEquals(allowedAlgorithms, profile.getAllowedAlgorithms()); in testBuildWithAllowedAlgorithmsAead()196 assertEquals(allowedAlgorithms, profile.getAllowedAlgorithms()); in testBuildWithAllowedAlgorithmsNormal()449 assertEquals(0, vpnProfile.getAllowedAlgorithms().size()); in testBuildWithIkeTunConnParamsConvertToVpnProfile()
79 assertTrue(p.getAllowedAlgorithms() != null && p.getAllowedAlgorithms().isEmpty()); in testDefaults()
393 public List<String> getAllowedAlgorithms() { in getAllowedAlgorithms() method in Ikev2VpnProfile575 builder.setAllowedAlgorithms(profile.getAllowedAlgorithms()); in fromVpnProfile()
231 public List<String> getAllowedAlgorithms() { in getAllowedAlgorithms() method in VpnProfile
3209 return VpnIkev2Utils.buildChildSessionParams(mProfile.getAllowedAlgorithms()); in getChildSessionParams()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
28707 method @NonNull public java.util.List<java.lang.String> getAllowedAlgorithms();