Class SecureRandomProvider
- java.lang.Object
-
- net.schmizz.sshj.transport.random.SecureRandomProvider
-
- All Implemented Interfaces:
Random
- Direct Known Subclasses:
BouncyCastleFipsRandom,BouncyCastleRandom,JCERandom
public class SecureRandomProvider extends java.lang.Object implements Random
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSecureRandomProvider()protectedSecureRandomProvider(java.lang.String algorithm, java.lang.String provider)
-
-
-
Method Detail
-
fill
public void fill(byte[] bytes, int start, int len)Description copied from interface:RandomFill part of bytes with random values.
-
-