|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.sshd.common.random.JceRandom
public class JceRandom
A Random implementation using the built-in SecureRandom PRNG.
| Nested Class Summary | |
|---|---|
static class |
JceRandom.Factory
Named factory for the BouncyCastle Random |
| Constructor Summary | |
|---|---|
JceRandom()
|
|
| Method Summary | |
|---|---|
void |
fill(byte[] foo,
int start,
int len)
Fill part of bytes with random values. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JceRandom()
| Method Detail |
|---|
public void fill(byte[] foo,
int start,
int len)
Random
fill in interface Randomfoo - byte array to be filled.start - index to start filling at.len - length of segment to fill.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||