com.jcraft.jsch.jce
Class Random

java.lang.Object
  extended by com.jcraft.jsch.jce.Random
All Implemented Interfaces:
Random

public class Random
extends java.lang.Object
implements Random


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

Constructor Detail

Random

public Random()
Method Detail

fill

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