Uses of Class
org.bouncycastle.util.test.FixedSecureRandom.Source
-
Packages that use FixedSecureRandom.Source Package Description org.bouncycastle.util.test Classes for providing "fixed entropy" and "fixed randomness" for testing purposes. -
-
Uses of FixedSecureRandom.Source in org.bouncycastle.util.test
Subclasses of FixedSecureRandom.Source in org.bouncycastle.util.test Modifier and Type Class Description static class
FixedSecureRandom.BigInteger
BigInteger Source - in this case we expect requests for data that will be used for BigIntegers.static class
FixedSecureRandom.Data
Data Source - in this case we just expect requests for byte arrays.Constructors in org.bouncycastle.util.test with parameters of type FixedSecureRandom.Source Constructor Description FixedSecureRandom(FixedSecureRandom.Source... sources)
-