Module io.github.mmm.crypto
Package io.github.mmm.crypto.random
-
Interface Summary Interface Description AbstractSecurityGetRandomFactory Abstract interface toget
theRandomFactory
.AbstractSecuritySetRandomFactory RandomConstants Constants forRandomFactory
and related APIs.RandomCreator The interface for a creator of securerandom data
.RandomFactory Interface for afactory
tocreate
instances ofRandomCreator
for secure random values.
An instance ofRandomFactory
therefore represents a configuration with specificalgorithm
. -
Class Summary Class Description RandomConfig RandomConfigSha1Prng RandomConfig
for SHA1PRNG.RandomCreatorImpl Implementation ofRandomCreator
.RandomFactoryImpl Implementation ofRandomFactory
.