Searched refs:_secureRandomAlgorithm (Results 1 – 1 of 1) sorted by relevance
163 private String _secureRandomAlgorithm; field in SslContextFactory254 …SecureRandom secureRandom = (_secureRandomAlgorithm == null)?null:SecureRandom.getInstance(_secure… in doStart()294 …SecureRandom secureRandom = (_secureRandomAlgorithm == null)?null:SecureRandom.getInstance(_secure… in doStart()859 return _secureRandomAlgorithm; in getSecureRandomAlgorithm()873 _secureRandomAlgorithm = algorithm; in setSecureRandomAlgorithm()