com.novell.nds.dirxml.driver.ssl
Class SecureRandomFactory

java.lang.Object
  extended by com.novell.nds.dirxml.driver.ssl.SecureRandomFactory

public abstract class SecureRandomFactory
extends Object

Factory class that generates a shared SecureRandom object. This is used to improve startup times for SSL and encryption stuff so we only go through the seeding process once

The getSecureRandom() method is used to get the shared SecureRandom object.


Constructor Summary
SecureRandomFactory()
           
 
Method Summary
static SecureRandom getSecureRandom()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecureRandomFactory

public SecureRandomFactory()
Method Detail

getSecureRandom

public static SecureRandom getSecureRandom()