Serializable
public final class RdrandSecureRandomSpi extends SecureRandomSpi
SecureRandomSpi
s that uses the RDRAND
and RDSEED
hardware instructions.
This class should not be instantiated directly.
Constructor | Description |
---|---|
RdrandSecureRandomSpi() |
Modifier and Type | Method | Description |
---|---|---|
protected byte[] |
engineGenerateSeed(int numBytes) |
|
protected void |
engineNextBytes(byte[] bytes) |
|
protected void |
engineSetSeed(byte[] seed) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
engineGetParameters, engineNextBytes, engineReseed, toString
protected void engineSetSeed(byte[] seed)
engineSetSeed
in class SecureRandomSpi
protected byte[] engineGenerateSeed(int numBytes)
engineGenerateSeed
in class SecureRandomSpi
protected void engineNextBytes(byte[] bytes)
engineNextBytes
in class SecureRandomSpi
Copyright © 2018. All rights reserved.