public class SecureRandomGenerator extends Object implements IRandomGenerator
| 限定符和类型 | 字段和说明 |
|---|---|
protected static int |
DEFAULT_NEXT_BYTES_SIZE |
| 构造器和说明 |
|---|
SecureRandomGenerator() |
protected static final int DEFAULT_NEXT_BYTES_SIZE
public byte[] nextBytes()
IRandomGeneratornextBytes(int) method instead.nextBytes 在接口中 IRandomGeneratorIRandomGenerator.nextBytes(int)public byte[] nextBytes(int numBytes)
IRandomGeneratornextBytes 在接口中 IRandomGeneratornumBytes - the number of bytes to be populated with random data.IRandomGenerator.nextBytes()Copyright © 2020. All rights reserved.