Home | History | Annotate | Download | only in est

Lines Matching refs:mURL

72     private final URL mURL;
85 mURL = new URL(certData.getServer());
89 network, mURL, km, true);
116 URL caURL = new URL(mURL.getProtocol(), mURL.getHost(), mURL.getPort(),
117 mURL.getFile() + CACERT_PATH);
198 URL csrURL = new URL(mURL.getProtocol(), mURL.getHost(), mURL.getPort(),
199 mURL.getFile() + CSR_PATH);
212 URL enrollURL = new URL(mURL.getProtocol(), mURL.getHost(), mURL.getPort(),
213 mURL.getFile() + (reenroll ? SIMPLE_REENROLL_PATH : SIMPLE_ENROLL_PATH));