Class BouncyCastleRandom

java.lang.Object
net.schmizz.sshj.transport.random.SecureRandomProvider
net.schmizz.sshj.transport.random.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.
  • Constructor Details

    • BouncyCastleRandom

      public BouncyCastleRandom()