net.ssh.jsch.jce
Class SshRandom

java.lang.Object
  extended by net.ssh.jsch.jce.SshRandom
All Implemented Interfaces:
RandomInterface

public class SshRandom
extends java.lang.Object
implements RandomInterface


Constructor Summary
SshRandom()
           
 
Method Summary
 void fill(byte[] foo, int start, int len)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SshRandom

public SshRandom()
Method Detail

fill

public void fill(byte[] foo,
                 int start,
                 int len)
Specified by:
fill in interface RandomInterface