-
- All Known Subinterfaces:
RandomCreator
,RandomFactory
- All Known Implementing Classes:
RandomCreatorImpl
,RandomFactoryImpl
public interface RandomConstants
Constants forRandomFactory
and related APIs.- Since:
- 1.0.0
- Author:
- Joerg Hohwiller (hohwille at users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description static String
RANDOM_ALGORITHM_SHA1_PRNG
Thesecure random algorithm
"SHA1PRNG".
-
-
-
Field Detail
-
RANDOM_ALGORITHM_SHA1_PRNG
static final String RANDOM_ALGORITHM_SHA1_PRNG
Thesecure random algorithm
"SHA1PRNG".- See Also:
- Constant Field Values
-
-