Class BouncyCastleRandom

  • All Implemented Interfaces:
    Random

    public class BouncyCastleRandom
    extends SecureRandomProvider
    BouncyCastle Random. This pseudo random number generator uses BouncyCastle non 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  BouncyCastleRandom.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

      • BouncyCastleRandom

        public BouncyCastleRandom()