com.jcraft.jsch.jce

Class Random

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)

Constructor Details

Random

public Random()

Method Details

fill

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