Searched defs:certFile (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Settings/tests/src/com/android/settings/vpn2/
H A DVpnInfo.java32 public VpnInfo(VpnProfile vpnProfile, String certFile, String password) { argument
34 mCertificateFile = certFile;
46 public void setCertificateFile(String certFile) { argument
47 mCertificateFile = certFile;
H A DCertInstallerHelper.java77 private void extractCertificate(String certFile, String password) { argument
84 Environment.getExternalStorageDirectory(), certFile));
169 * @param certFile .p12 file which includes certificates
172 public void installCertificate(VpnProfile profile, String certFile, String password) { argument
174 extractCertificate(certFile, password);

Completed in 55 milliseconds