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
NoSuchAlgorithmException
public void nextBytes(byte[] bytes)
nextBytes
in interface SshSecureRandomGenerator
public void nextBytes(byte[] bytes, int off, int len) throws SshException
nextBytes
in interface SshSecureRandomGenerator
SshException
public int nextInt()
nextInt
in interface SshSecureRandomGenerator
Copyright © 2024. All rights reserved.