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