Uses of Class
org.cryptomator.cryptolib.common.ReseedingSecureRandom
-
Packages that use ReseedingSecureRandom Package Description org.cryptomator.cryptolib.common -
-
Uses of ReseedingSecureRandom in org.cryptomator.cryptolib.common
Methods in org.cryptomator.cryptolib.common that return ReseedingSecureRandom Modifier and Type Method Description static ReseedingSecureRandomReseedingSecureRandom. create(SecureRandom seeder)Creates a pre-configured automatically reseeding SHA1PRNG instance, reseeding itself with 440 bits from the given seeder after generating 2^30 bytes, thus satisfying recommendations by NIST SP 800-90A Rev 1.
-