Interface SshSecureRandomGenerator
- All Known Implementing Classes:
SecureRND
public interface SshSecureRandomGenerator
This interface should be implemented by all secure random number generator
implementations.
- Author:
- Lee David Painter
-
Method Summary
-
Method Details
-
nextBytes
void nextBytes(byte[] bytes) -
nextBytes
- Throws:
SshException
-
nextInt
int nextInt()
-