SecureRandomParameters
DrbgParameters
public static final class DrbgParameters.NextBytes extends Object implements SecureRandomParameters
SecureRandom.nextBytes(byte[], SecureRandomParameters)
.Modifier and Type | Method | Description |
---|---|---|
byte[] |
getAdditionalInput() |
Returns the requested additional input. |
boolean |
getPredictionResistance() |
Returns whether prediction resistance is requested. |
int |
getStrength() |
Returns the security strength requested in bits. |
public int getStrength()
public boolean getPredictionResistance()
public byte[] getAdditionalInput()
null
if not requested. A new byte array is returned each time this method is called.
© 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/security/DrbgParameters.NextBytes.html