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 SecureRandomParameters
SSLContextParameters. getSecureRandom()
Methods in org.apache.camel.support.jsse with parameters of type SecureRandomParameters Modifier and Type Method Description void
SSLContextParameters. setSecureRandom(SecureRandomParameters secureRandom)
Sets the optional secure random configuration options to use for constructing theSecureRandom
used in the creation of anSSLContext
.
-