Uses of Class
org.apache.camel.support.jsse.SecureRandomParameters
Packages that use SecureRandomParameters
Package
Description
Configuration classes for Java Secure Socket Extension (JSSE) SSL/TLS setup.
-
Uses of SecureRandomParameters in org.apache.camel.support.jsse
Methods in org.apache.camel.support.jsse that return SecureRandomParametersModifier and TypeMethodDescription@Nullable SecureRandomParametersSSLContextParameters.getSecureRandom()Methods in org.apache.camel.support.jsse with parameters of type SecureRandomParametersModifier and TypeMethodDescriptionvoidSSLContextParameters.setSecureRandom(@Nullable SecureRandomParameters secureRandom) Sets the optional secure random configuration options to use for constructing theSecureRandomused in the creation of anSSLContext.