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 interfaceRandomCreatorThe interface for a creator of securerandom data.interfaceRandomFactoryInterface for afactorytocreateinstances ofRandomCreatorfor secure random values.
An instance ofRandomFactorytherefore represents a configuration with specificalgorithm.Classes in io.github.mmm.crypto.random that implement RandomConstants Modifier and Type Class Description classRandomCreatorImplImplementation ofRandomCreator.classRandomFactoryImplImplementation ofRandomFactory.
-