Searched refs:IDENTITY_STRING (Results 1 – 4 of 4) sorted by relevance
43 public static final String IDENTITY_STRING = "746573743140616E64726F69642E6E6574"; field in EapTestAttributeDefinitions44 public static final byte[] IDENTITY = hexStringToByteArray(IDENTITY_STRING);46 hexStringToByteArray("0E060011" + IDENTITY_STRING + "000000");
54 private static final String IDENTITY_STRING = "Identity"; field in VpnManagerTest120 return new Ikev2VpnProfile.Builder(SERVER_ADDR_STRING, IDENTITY_STRING) in getPlatformVpnProfile()
60 private static final String IDENTITY_STRING = "Identity"; field in Ikev2VpnProfileTest92 new Ikev2VpnProfile.Builder(SERVER_ADDR_STRING, IDENTITY_STRING); in getBuilderWithDefaultOptions()112 assertEquals(IDENTITY_STRING, profile.getUserIdentity()); in testBuildValidProfileWithOptions()275 assertEquals(IDENTITY_STRING, profile.ipsecIdentifier); in verifyVpnProfileCommon()
21 …ndroid.internal.net.eap.test.message.simaka.attributes.EapTestAttributeDefinitions.IDENTITY_STRING;73 "02" + ID + "0024120A0000100100010E060011" + IDENTITY_STRING + "000000");