On this page
Class DrbgParameters.Reseed
java.lang.Object
java.security.DrbgParameters.Reseed
- All Implemented Interfaces:
-
SecureRandomParameters
- Enclosing class:
- DrbgParameters
public static final class DrbgParameters.Reseed extends Object implements SecureRandomParameters
DRBG parameters for reseed. It is used in
SecureRandom.reseed(SecureRandomParameters)
.
- Since:
- 9
Method Summary
Modifier and Type | Method | Description |
---|---|---|
byte[] |
getAdditionalInput() |
Returns the requested additional input.
|
boolean |
getPredictionResistance() |
Returns whether prediction resistance is requested.
|
Method Details
getPredictionResistance
public boolean getPredictionResistance()
Returns whether prediction resistance is requested.
- Returns:
- whether prediction resistance is requested
getAdditionalInput
public byte[] getAdditionalInput()
Returns the requested additional input.
- Returns:
-
the requested additional input, or
null
if not requested. A new byte array is returned each time this method is called.
© 1993, 2021, 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/17/docs/api/java.base/java/security/DrbgParameters.Reseed.html