Home
last modified time | relevance | path

Searched defs:crlPath (Results 1 – 3 of 3) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/util/security/
DCertificateUtils.java70 public static Collection<? extends CRL> loadCRL(String crlPath) throws Exception in loadCRL()
/external/jetty/src/java/org/eclipse/jetty/security/authentication/
DClientCertAuthenticator.java181 protected Collection<? extends CRL> loadCRL(String crlPath) throws Exception in loadCRL()
290 public void setCrlPath(String crlPath) in setCrlPath()
/external/jetty/src/java/org/eclipse/jetty/util/ssl/
DSslContextFactory.java951 public void setCrlPath(String crlPath) in setCrlPath()
1067 protected Collection<? extends CRL> loadCRL(String crlPath) throws Exception in loadCRL()