Class BouncyCastleFipsRandom

  • All Implemented Interfaces:
    Random

    public class BouncyCastleFipsRandom
    extends SecureRandomProvider
    BouncyCastle Random. This pseudo random number generator uses BouncyCastle fips. The JRE random will be used when creating a new generator to add some random data to the seed.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  BouncyCastleFipsRandom.Factory
      Named factory for the BouncyCastle Random
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • BouncyCastleFipsRandom

        public BouncyCastleFipsRandom()