Searched refs:setAllowedAlgorithms (Results 1 – 7 of 7) sorted by relevance
175 builder.setAllowedAlgorithms(allowedAlgorithms); in testBuildWithAllowedAlgorithmsAead()193 builder.setAllowedAlgorithms(allowedAlgorithms); in testBuildWithAllowedAlgorithmsNormal()204 builder.setAllowedAlgorithms(new ArrayList<>()); in testSetAllowedAlgorithmsEmptyList()215 builder.setAllowedAlgorithms(Arrays.asList(IpSecAlgorithm.AUTH_HMAC_SHA256)); in testSetAllowedAlgorithmsInvalidList()221 builder.setAllowedAlgorithms(Arrays.asList(IpSecAlgorithm.CRYPT_AES_CBC)); in testSetAllowedAlgorithmsInvalidList()232 builder.setAllowedAlgorithms(Arrays.asList(IpSecAlgorithm.AUTH_HMAC_MD5)); in testSetAllowedAlgorithmsInsecureAlgorithm()238 builder.setAllowedAlgorithms(Arrays.asList(IpSecAlgorithm.AUTH_HMAC_SHA1)); in testSetAllowedAlgorithmsInsecureAlgorithm()
113 p.setAllowedAlgorithms( in getSampleIkev2Profile()144 p.setAllowedAlgorithms( in getSampleIkev2ProfileWithIkeTunConnParams()
522 profile.setAllowedAlgorithms(mAllowedAlgorithms); in toVpnProfile()575 builder.setAllowedAlgorithms(profile.getAllowedAlgorithms()); in fromVpnProfile()1096 public Builder setAllowedAlgorithms(@NonNull List<String> algorithmNames) { in setAllowedAlgorithms() method in Ikev2VpnProfile.Builder
241 public void setAllowedAlgorithms(List<String> allowedAlgorithms) { in setAllowedAlgorithms() method in VpnProfile
2540 profile.setAllowedAlgorithms(Ikev2VpnProfile.DEFAULT_ALGORITHMS); in startLegacyVpnPrivileged()2549 profile.setAllowedAlgorithms(Ikev2VpnProfile.DEFAULT_ALGORITHMS); in startLegacyVpnPrivileged()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
28729 …method @NonNull public android.net.Ikev2VpnProfile.Builder setAllowedAlgorithms(@NonNull java.util…