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
BouncyCastleRandom
. 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 BouncyCastleRandom
-
Constructor Summary
Constructors Constructor Description BouncyCastleRandom()
-
Method Summary
-
Methods inherited from class net.schmizz.sshj.transport.random.SecureRandomProvider
fill, fill
-
-