Home
last modified time | relevance | path

Searched refs:setSecureRandomAlgorithm (Results 1 – 5 of 5) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/server/ssl/
DSslSocketConnector.java513 public void setSecureRandomAlgorithm(String algorithm) in setSecureRandomAlgorithm() method in SslSocketConnector
515 _sslContextFactory.setSecureRandomAlgorithm(algorithm); in setSecureRandomAlgorithm()
DSslSelectChannelConnector.java438 public void setSecureRandomAlgorithm(String algorithm) in setSecureRandomAlgorithm() method in SslSelectChannelConnector
440 _sslContextFactory.setSecureRandomAlgorithm(algorithm); in setSecureRandomAlgorithm()
DSslConnector.java277 public abstract void setSecureRandomAlgorithm(String algorithm); in setSecureRandomAlgorithm() method
/external/jetty/src/java/org/eclipse/jetty/client/
DHttpClient.java903 public void setSecureRandomAlgorithm(String secureRandomAlgorithm) in setSecureRandomAlgorithm() method in HttpClient
905 _sslContextFactory.setSecureRandomAlgorithm(secureRandomAlgorithm); in setSecureRandomAlgorithm()
/external/jetty/src/java/org/eclipse/jetty/util/ssl/
DSslContextFactory.java869 public void setSecureRandomAlgorithm(String algorithm) in setSecureRandomAlgorithm() method in SslContextFactory