Class SecureRND
java.lang.Object
com.sshtools.common.ssh.components.jce.SecureRND
- All Implemented Interfaces:
SshSecureRandomGenerator
Secure random number generator implementation for JCE provider.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SecureRND
- Throws:
NoSuchAlgorithmException
-
-
Method Details
-
nextBytes
public void nextBytes(byte[] bytes) - Specified by:
nextBytesin interfaceSshSecureRandomGenerator
-
nextBytes
- Specified by:
nextBytesin interfaceSshSecureRandomGenerator- Throws:
SshException
-
nextInt
public int nextInt()- Specified by:
nextIntin interfaceSshSecureRandomGenerator
-