public interface RandomGenerator
| Modifier and Type | Method and Description |
|---|---|
void |
addSeeder(tr.gov.tubitak.uekae.esya.api.common.crypto.ISeed seeder) |
int |
getSeederCount() |
void |
nextBytes(byte[] aBytesToFill) |
void |
nextBytes(byte[] aBytesToFill,
int aOffset,
int aLength) |
void |
removeAllSeeders() |
boolean |
removeSeeder(tr.gov.tubitak.uekae.esya.api.common.crypto.ISeed seeder) |
void nextBytes(byte[] aBytesToFill)
void nextBytes(byte[] aBytesToFill,
int aOffset,
int aLength)
void addSeeder(tr.gov.tubitak.uekae.esya.api.common.crypto.ISeed seeder)
throws CryptoException
CryptoExceptionboolean removeSeeder(tr.gov.tubitak.uekae.esya.api.common.crypto.ISeed seeder)
throws CryptoException
CryptoExceptionvoid removeAllSeeders()
throws CryptoException
CryptoExceptionint getSeederCount()
throws CryptoException
CryptoExceptionCopyright © 2025. All rights reserved.