public class SecureRND extends 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 NoSuchAlgorithmException
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 © 2025. All rights reserved.