Home | History | Annotate | Download | only in connectivity

Lines Matching refs:userCert

924         String userCert = "";
930 userCert = (value == null) ? null : new String(value, StandardCharsets.UTF_8);
940 if (privateKey == null || userCert == null || caCert == null || serverCert == null) {
955 iface, profile.server, "udprsa", privateKey, userCert,
967 iface, profile.server, "xauthrsa", privateKey, userCert,