Uses of Class
org.apache.camel.support.jsse.SecureRandomParameters
Packages that use SecureRandomParameters
Package
Description
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 SecureRandomParametersMethods in org.apache.camel.support.jsse with parameters of type SecureRandomParametersModifier and TypeMethodDescriptionvoidSSLContextParameters.setSecureRandom(SecureRandomParameters secureRandom) Sets the optional secure random configuration options to use for constructing theSecureRandomused in the creation of anSSLContext.