Uses of Interface
io.github.mmm.crypto.random.RandomConstants
-
Packages that use RandomConstants Package Description io.github.mmm.crypto.random -
-
Uses of RandomConstants in io.github.mmm.crypto.random
Subinterfaces of RandomConstants in io.github.mmm.crypto.random Modifier and Type Interface Description interface
RandomCreator
The interface for a creator of securerandom data
.interface
RandomFactory
Interface for afactory
tocreate
instances ofRandomCreator
for secure random values.
An instance ofRandomFactory
therefore represents a configuration with specificalgorithm
.Classes in io.github.mmm.crypto.random that implement RandomConstants Modifier and Type Class Description class
RandomCreatorImpl
Implementation ofRandomCreator
.class
RandomFactoryImpl
Implementation ofRandomFactory
.
-