Uses of Class
org.apache.camel.util.jsse.SecureRandomParameters

Packages that use SecureRandomParameters
org.apache.camel.util.jsse A collection of utility classes for configuring a JSSE SSLContext and other JSSE classes. 
 

Uses of SecureRandomParameters in org.apache.camel.util.jsse
 

Methods in org.apache.camel.util.jsse that return SecureRandomParameters
 SecureRandomParameters SSLContextParameters.getSecureRandom()
           
 

Methods in org.apache.camel.util.jsse with parameters of type SecureRandomParameters
 void SSLContextParameters.setSecureRandom(SecureRandomParameters secureRandom)
          Sets the optional secure random configuration options to use for constructing the SecureRandom used in the creation of an SSLContext.
 



Apache Camel