Searched refs:setSecureRandomAlgorithm (Results 1 – 5 of 5) sorted by relevance
513 public void setSecureRandomAlgorithm(String algorithm) in setSecureRandomAlgorithm() method in SslSocketConnector515 _sslContextFactory.setSecureRandomAlgorithm(algorithm); in setSecureRandomAlgorithm()
438 public void setSecureRandomAlgorithm(String algorithm) in setSecureRandomAlgorithm() method in SslSelectChannelConnector440 _sslContextFactory.setSecureRandomAlgorithm(algorithm); in setSecureRandomAlgorithm()
277 public abstract void setSecureRandomAlgorithm(String algorithm); in setSecureRandomAlgorithm() method
903 public void setSecureRandomAlgorithm(String secureRandomAlgorithm) in setSecureRandomAlgorithm() method in HttpClient905 _sslContextFactory.setSecureRandomAlgorithm(secureRandomAlgorithm); in setSecureRandomAlgorithm()
869 public void setSecureRandomAlgorithm(String algorithm) in setSecureRandomAlgorithm() method in SslContextFactory