Searched refs:PREFIX_KEYSTORE_ALIAS (Results 1 – 2 of 2) sorted by relevance
85 public static final String PREFIX_KEYSTORE_ALIAS = "KEYSTORE_ALIAS:"; field in Ikev2VpnProfile589 if (profile.ipsecSecret.startsWith(PREFIX_KEYSTORE_ALIAS)) { in fromVpnProfile()591 profile.ipsecSecret.substring(PREFIX_KEYSTORE_ALIAS.length()); in fromVpnProfile()
2533 profile.ipsecSecret = Ikev2VpnProfile.PREFIX_KEYSTORE_ALIAS + privateKey; in startLegacyVpnPrivileged()