|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.maverick.ssh.components.standalone.SecureRND
Secure random implementation.
| Constructor Summary | |
SecureRND()
|
|
| Method Summary | |
static SecureRND |
getInstance()
|
void |
nextBytes(byte[] bytes)
|
void |
nextBytes(byte[] bytes,
int off,
int len)
|
int |
nextInt()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SecureRND()
| Method Detail |
public static SecureRND getInstance()
public void nextBytes(byte[] bytes)
nextBytes in interface SshSecureRandomGenerator
public void nextBytes(byte[] bytes,
int off,
int len)
nextBytes in interface SshSecureRandomGeneratorpublic int nextInt()
nextInt in interface SshSecureRandomGenerator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||