public interface SshSecureRandomGenerator
Modifier and Type | Method and Description |
---|---|
void |
nextBytes(byte[] bytes) |
void |
nextBytes(byte[] bytes,
int off,
int len) |
int |
nextInt() |
void nextBytes(byte[] bytes)
void nextBytes(byte[] bytes, int off, int len) throws SshException
SshException
int nextInt()
Copyright © 2024. All rights reserved.