Uses of Class
gnu.crypto.prng.BasePRNGStandalone
Packages that use BasePRNGStandalone
-
Uses of BasePRNGStandalone in gnu.crypto.prng
Subclasses of BasePRNGStandalone in gnu.crypto.prngModifier and TypeClassDescriptionclassfortuna instance that tries to avoid blocking if at all possible by using separate filled buffer segments rather than one buffer (and blocking when that buffer's data has been eaten) Note that this class is not fully Thread safe! The following methods must be synchronized externally, they are not synced here or in super(): addRandomByte(), addRandomBytes(), nextByte(), nextBytes(), seed()classThe Fortuna continuously-seeded pseudo-random number generator.static classThe Fortuna generator function.