Public Member Functions | |
Random () | |
void | fill (byte[] foo, int start, int len) |
Private Attributes | |
byte[] | tmp = new byte[16] |
SecureRandom | random = null |
Definition at line 34 of file Random.java.
com.jcraft.jsch.jce.Random.Random | ( | ) |
Definition at line 37 of file Random.java.
References com.jcraft.jsch.jce.Random.random.
void com.jcraft.jsch.jce.Random.fill | ( | byte[] | foo, | |
int | start, | |||
int | len | |||
) |
Definition at line 69 of file Random.java.
References com.jcraft.jsch.jce.Random.random, and com.jcraft.jsch.jce.Random.tmp.
SecureRandom com.jcraft.jsch.jce.Random.random = null [private] |
Definition at line 36 of file Random.java.
Referenced by com.jcraft.jsch.jce.Random.fill(), and com.jcraft.jsch.jce.Random.Random().
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().