Uses of Class
ch.qos.logback.core.net.ssl.SecureRandomFactoryBean
-
Packages that use SecureRandomFactoryBean Package Description ch.qos.logback.core.net.ssl Contains classes that create and configure a JSSE SSLContext needed for secure transport of logging events by SSLSocketAppender. -
-
Uses of SecureRandomFactoryBean in ch.qos.logback.core.net.ssl
Fields in ch.qos.logback.core.net.ssl declared as SecureRandomFactoryBean Modifier and Type Field Description private SecureRandomFactoryBeanSSLContextFactoryBean. secureRandomMethods in ch.qos.logback.core.net.ssl that return SecureRandomFactoryBean Modifier and Type Method Description SecureRandomFactoryBeanSSLContextFactoryBean. getSecureRandom()Gets the secure random generator configuration.Methods in ch.qos.logback.core.net.ssl with parameters of type SecureRandomFactoryBean Modifier and Type Method Description voidSSLContextFactoryBean. setSecureRandom(SecureRandomFactoryBean secureRandom)Sets the secure random generator configuration.
-