Uses of Class
org.apache.camel.support.jsse.SecureRandomParameters
-
Packages that use SecureRandomParameters Package Description org.apache.camel.support.jsse A collection of utility classes for configuring a JSSE SSLContext and other JSSE classes. -
-
Uses of SecureRandomParameters in org.apache.camel.support.jsse
Methods in org.apache.camel.support.jsse that return SecureRandomParameters Modifier and Type Method Description SecureRandomParametersSSLContextParameters. getSecureRandom()Methods in org.apache.camel.support.jsse with parameters of type SecureRandomParameters Modifier and Type Method Description voidSSLContextParameters. setSecureRandom(SecureRandomParameters secureRandom)Sets the optional secure random configuration options to use for constructing theSecureRandomused in the creation of anSSLContext.
-