public class SecureRND extends java.lang.Object implements SshSecureRandomGenerator
| Constructor and Description |
|---|
SecureRND() |
| Modifier and Type | Method and Description |
|---|---|
void |
nextBytes(byte[] bytes) |
void |
nextBytes(byte[] bytes,
int off,
int len) |
int |
nextInt() |
public SecureRND()
throws java.security.NoSuchAlgorithmException
java.security.NoSuchAlgorithmExceptionpublic void nextBytes(byte[] bytes)
nextBytes in interface SshSecureRandomGeneratorpublic void nextBytes(byte[] bytes,
int off,
int len)
throws SshException
nextBytes in interface SshSecureRandomGeneratorSshExceptionpublic int nextInt()
nextInt in interface SshSecureRandomGeneratorCopyright © 2022. All rights reserved.