public interface RandomFactory extends AbstractCryptoFactory, RandomConstants
factory to create instances of
RandomCreator for secure random values.RandomFactory therefore represents a configuration with specific
algorithm. The Object.toString() method should give a
textual representation of this underlying configuration.RANDOM_ALGORITHM_SHA1_PRNG| Modifier and Type | Method and Description |
|---|---|
RandomCreator |
newRandomCreator() |
SecureRandom |
newSecureRandom() |
RandomCreator newRandomCreator()
RandomCreator instance.SecureRandom newSecureRandom()
SecureRandom.Copyright © 2001–2019 mmm-Team. All rights reserved.