Searched refs:setAllowedAlgorithms (Results 1 – 7 of 7) sorted by relevance
172 builder.setAllowedAlgorithms(allowedAlgorithms); in testBuildWithAllowedAlgorithmsAead()185 builder.setAllowedAlgorithms(allowedAlgorithms); in testBuildWithAllowedAlgorithmsNormal()196 builder.setAllowedAlgorithms(new ArrayList<>()); in testSetAllowedAlgorithmsEmptyList()208 builder.setAllowedAlgorithms(Arrays.asList(IpSecAlgorithm.AUTH_HMAC_SHA256)); in testSetAllowedAlgorithmsInvalidList()214 builder.setAllowedAlgorithms(Arrays.asList(IpSecAlgorithm.CRYPT_AES_CBC)); in testSetAllowedAlgorithmsInvalidList()226 builder.setAllowedAlgorithms(Arrays.asList(IpSecAlgorithm.AUTH_HMAC_MD5)); in testSetAllowedAlgorithmsInsecureAlgorithm()232 builder.setAllowedAlgorithms(Arrays.asList(IpSecAlgorithm.AUTH_HMAC_SHA1)); in testSetAllowedAlgorithmsInsecureAlgorithm()
97 p.setAllowedAlgorithms( in getSampleIkev2Profile()133 profile.setAllowedAlgorithms( in testSetInvalidAlgorithmValueDelimiter()145 profile.setAllowedAlgorithms( in testSetInvalidAlgorithmListDelimiter()
406 profile.setAllowedAlgorithms(mAllowedAlgorithms); in toVpnProfile()465 builder.setAllowedAlgorithms(profile.getAllowedAlgorithms()); in fromVpnProfile()866 public Builder setAllowedAlgorithms(@NonNull List<String> algorithmNames) { in setAllowedAlgorithms() method in Ikev2VpnProfile.Builder
201 public void setAllowedAlgorithms(List<String> allowedAlgorithms) { in setAllowedAlgorithms() method in VpnProfile
1970 profile.setAllowedAlgorithms(Ikev2VpnProfile.DEFAULT_ALGORITHMS);1979 profile.setAllowedAlgorithms(Ikev2VpnProfile.DEFAULT_ALGORITHMS);
28787 …method @NonNull public android.net.Ikev2VpnProfile.Builder setAllowedAlgorithms(@NonNull java.util…
28917 …method @NonNull public android.net.Ikev2VpnProfile.Builder setAllowedAlgorithms(@NonNull java.util…