Home
last modified time | relevance | path

Searched refs:PREFIX_KEYSTORE_ALIAS (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/net/
DIkev2VpnProfile.java68 public static final String PREFIX_KEYSTORE_ALIAS = "KEYSTORE_ALIAS:"; field in Ikev2VpnProfile
485 if (profile.ipsecSecret.startsWith(PREFIX_KEYSTORE_ALIAS)) { in fromVpnProfile()
489 profile.ipsecSecret.substring(PREFIX_KEYSTORE_ALIAS.length()); in fromVpnProfile()
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java1963 profile.ipsecSecret = Ikev2VpnProfile.PREFIX_KEYSTORE_ALIAS + privateKey;