public class RandomConfigSha1Prng extends RandomConfig
RandomConfig for SHA1PRNG.| Modifier and Type | Field and Description |
|---|---|
static String |
ALGORITHM_SHA1PRNG
The
algorithm name "SHA1PRNG". |
static RandomConfigSha1Prng |
SHA1PRNG
Simple singleton instance.
|
algorithmprovider| Constructor and Description |
|---|
RandomConfigSha1Prng()
The constructor.
|
RandomConfigSha1Prng(int reseedCount)
The constructor.
|
getReseedCountgetAlgorithmgetProviderpublic static final String ALGORITHM_SHA1PRNG
algorithm name "SHA1PRNG".public static final RandomConfigSha1Prng SHA1PRNG
public RandomConfigSha1Prng()
public RandomConfigSha1Prng(int reseedCount)
reseedCount - the re-seed count.Copyright © 2001–2019 mmm-Team. All rights reserved.