Class BouncyCastleRandom
java.lang.Object
net.schmizz.sshj.transport.random.SecureRandomProvider
net.schmizz.sshj.transport.random.BouncyCastleRandom
- All Implemented Interfaces:
Random
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 ClassesModifier and TypeClassDescriptionstatic classNamed factory for the BouncyCastleRandom -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.schmizz.sshj.transport.random.SecureRandomProvider
fill, fill
-
Constructor Details
-
BouncyCastleRandom
public BouncyCastleRandom()
-