com.jcraft.jsch.jce.Random Class Reference

Collaboration diagram for com.jcraft.jsch.jce.Random:
Collaboration graph
[legend]

List of all members.

Public Member Functions

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

Private Attributes

byte[] tmp = new byte[16]
SecureRandom random = null

Detailed Description

Definition at line 34 of file Random.java.


Constructor & Destructor Documentation

com.jcraft.jsch.jce.Random.Random (  ) 

Definition at line 37 of file Random.java.

References com.jcraft.jsch.jce.Random.random.


Member Function Documentation

void com.jcraft.jsch.jce.Random.fill ( byte[]  foo,
int  start,
int  len 
)

Member Data Documentation

SecureRandom com.jcraft.jsch.jce.Random.random = null [private]
byte [] com.jcraft.jsch.jce.Random.tmp = new byte[16] [private]

Definition at line 35 of file Random.java.

Referenced by com.jcraft.jsch.jce.Random.fill().


The documentation for this class was generated from the following file:

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1