Class SecureRandomFactory


  • public class SecureRandomFactory
    extends java.lang.Object
    SecureRandomFactory provides a static singleton instance of SecureRandom
    • Method Summary

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

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

      • getSecureRandom

        public static java.security.SecureRandom getSecureRandom()