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

Method Summary
 void nextBytes(byte[] bytes)
           
 void nextBytes(byte[] bytes, int off, int len)
           
 int nextInt()
           
 

Method Detail

nextBytes

void nextBytes(byte[] bytes)

nextBytes

void nextBytes(byte[] bytes,
               int off,
               int len)
               throws SshException
Throws:
SshException

nextInt

int nextInt()


Copyright © 2003-2008 SSHTools LTD. All Rights Reserved.