Searched refs:ipsecServerCert (Results 1 – 3 of 3) sorted by relevance
139 public String ipsecServerCert = ""; // 14 field in VpnProfile206 ipsecServerCert = in.readString(); in VpnProfile()262 out.writeString(ipsecServerCert); in writeToParcel()372 profile.ipsecServerCert = (values.length > 14) ? values[14] : ""; in decode()432 builder.append(VALUE_DELIMITER).append(ipsecServerCert); in encode()559 l2tpSecret, ipsecIdentifier, ipsecSecret, ipsecUserCert, ipsecCaCert, ipsecServerCert, in hashCode()589 && Objects.equals(ipsecServerCert, other.ipsecServerCert) in equals()
2690 if (!profile.ipsecServerCert.isEmpty()) { in startLegacyVpnPrivileged()2691 final Certificate cert = keystore.getCertificate(profile.ipsecServerCert); in startLegacyVpnPrivileged()
73232 Lcom/android/internal/net/VpnProfile;->ipsecServerCert:Ljava/lang/String;