- java.lang.Object
-
- io.github.mmm.crypto.CryptoConfig
-
- io.github.mmm.crypto.algorithm.CryptoAlgorithmConfig
-
- io.github.mmm.crypto.random.RandomConfig
-
- io.github.mmm.crypto.random.RandomConfigSha1Prng
-
- All Implemented Interfaces:
CryptoAlgorithm
public class RandomConfigSha1Prng extends RandomConfig
RandomConfig
for SHA1PRNG.- Since:
- 1.0.0
- Author:
- Joerg Hohwiller (hohwille at users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description static String
ALGORITHM_SHA1PRNG
Thealgorithm
name "SHA1PRNG".static RandomConfigSha1Prng
SHA1PRNG
Simple singleton instance.-
Fields inherited from class io.github.mmm.crypto.algorithm.CryptoAlgorithmConfig
algorithm
-
Fields inherited from class io.github.mmm.crypto.CryptoConfig
provider
-
-
Constructor Summary
Constructors Constructor Description RandomConfigSha1Prng()
The constructor.RandomConfigSha1Prng(int reseedCount)
The constructor.
-
Method Summary
-
Methods inherited from class io.github.mmm.crypto.random.RandomConfig
getReseedCount
-
Methods inherited from class io.github.mmm.crypto.algorithm.CryptoAlgorithmConfig
getAlgorithm
-
Methods inherited from class io.github.mmm.crypto.CryptoConfig
getProvider
-
-
-
-
Field Detail
-
ALGORITHM_SHA1PRNG
public static final String ALGORITHM_SHA1PRNG
Thealgorithm
name "SHA1PRNG".- See Also:
- Constant Field Values
-
SHA1PRNG
public static final RandomConfigSha1Prng SHA1PRNG
Simple singleton instance.
-
-
Constructor Detail
-
RandomConfigSha1Prng
public RandomConfigSha1Prng()
The constructor.
-
RandomConfigSha1Prng
public RandomConfigSha1Prng(int reseedCount)
The constructor.- Parameters:
reseedCount
- there-seed count
.
-
-