Class RandomFactory


  • public class RandomFactory
    extends java.lang.Object
    Creates SecureRandom
    Author:
    Kohsuke Kawaguchi
    • Constructor Summary

      Constructors 
      Constructor Description
      RandomFactory()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.security.SecureRandom create()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RandomFactory

        public RandomFactory()
    • Method Detail

      • create

        public static java.security.SecureRandom create()