com.maverick.ssh.components
Interface SshSecureRandomGenerator
- All Known Implementing Classes:
- SecureRND, SecureRND
- public interface SshSecureRandomGenerator
This interface should be implemented by all secure random number generator
implementations.
- Author:
- Lee David Painter
nextBytes
public void nextBytes(byte[] bytes)
nextBytes
public void nextBytes(byte[] bytes,
int off,
int len)
throws SshException
- Throws:
SshException
nextInt
public int nextInt()
Copyright © 2003-2008 SSHTools LTD. All Rights Reserved.