Class SecureRandomFactoryBean

java.lang.Object
ch.qos.logback.core.net.ssl.SecureRandomFactoryBean

public class SecureRandomFactoryBean extends Object
A factory bean for a JCA SecureRandom generator.

This object holds the configurable properties of a secure random generator and uses them to create and load a SecureRandom instance.

Author:
Carl Harris