|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.maverick.ssh.components.jce.SecureRND
public class SecureRND
Secure random number generator implementation for JCE provider.
| Constructor Summary | |
|---|---|
SecureRND()
|
|
| Method Summary | |
|---|---|
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()
throws java.security.NoSuchAlgorithmException
java.security.NoSuchAlgorithmException| Method Detail |
|---|
public void nextBytes(byte[] bytes)
nextBytes in interface SshSecureRandomGenerator
public void nextBytes(byte[] bytes,
int off,
int len)
throws SshException
nextBytes in interface SshSecureRandomGeneratorSshExceptionpublic int nextInt()
nextInt in interface SshSecureRandomGenerator
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||