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