Searched refs:ipsecCaCert (Results 1 – 2 of 2) sorted by relevance
75 public String ipsecCaCert = ""; // 13 field in VpnProfile103 ipsecCaCert = in.readString(); in VpnProfile()125 out.writeString(ipsecCaCert); in writeToParcel()161 profile.ipsecCaCert = values[13]; in decode()197 builder.append('\0').append(ipsecCaCert); in encode()
1755 if (!profile.ipsecCaCert.isEmpty()) { in startLegacyVpnPrivileged()1756 byte[] value = keyStore.get(Credentials.CA_CERTIFICATE + profile.ipsecCaCert); in startLegacyVpnPrivileged()