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
CryptoException
boolean removeSeeder(tr.gov.tubitak.uekae.esya.api.common.crypto.ISeed seeder) throws CryptoException
CryptoException
void removeAllSeeders() throws CryptoException
CryptoException
int getSeederCount() throws CryptoException
CryptoException
Copyright © 2025. All rights reserved.