Package | Description |
---|---|
tr.gov.tubitak.uekae.esya.api.common.crypto |
Modifier and Type | Method and Description |
---|---|
abstract void |
BasePRNG.fillBlock() |
byte |
IRandom.nextByte()
Returns the next 8 bits of random data generated from this instance.
|
byte |
BasePRNG.nextByte() |
void |
IRandom.nextBytes(byte[] out,
int offset,
int length)
Fills the designated byte array, starting from byte at index
offset , for a maximum of length bytes with the
output of this generator instance. |
void |
BasePRNG.nextBytes(byte[] out,
int offset,
int length) |
Copyright © 2025. All rights reserved.