Searched refs:ipsecCaCert (Results 1 – 2 of 2) sorted by relevance
62 public String ipsecCaCert = ""; // 13 field in VpnProfile87 ipsecCaCert = in.readString(); in VpnProfile()108 out.writeString(ipsecCaCert); in writeToParcel()142 profile.ipsecCaCert = values[13]; in decode()167 builder.append('\0').append(ipsecCaCert); in encode()
1700 if (!profile.ipsecCaCert.isEmpty()) { in startLegacyVpnPrivileged()1701 byte[] value = keyStore.get(Credentials.CA_CERTIFICATE + profile.ipsecCaCert); in startLegacyVpnPrivileged()