net.ssh.jsch
Interface RandomInterface

All Known Implementing Classes:
SshRandom

public interface RandomInterface


Method Summary
 void fill(byte[] foo, int start, int len)
           
 

Method Detail

fill

void fill(byte[] foo,
          int start,
          int len)