public class Sha1 extends HashConfig
HashConfig for SHA1. | Modifier and Type | Field and Description |
|---|---|
static String |
ALGORITHM_SHA1
The
algorithm name "SHA1". |
static Sha1 |
SHA1
Sha1 using default provider. |
ALGORITHM_NONEalgorithmprovider| Constructor and Description |
|---|
Sha1(SecurityProvider provider,
int iterationCount)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static Sha1 |
of(int iterationCount) |
decrementIterationCount, getIterationCount, newAccess, newHashCreatorgetAlgorithmgetProviderpublic static final String ALGORITHM_SHA1
algorithm name "SHA1".public Sha1(SecurityProvider provider, int iterationCount)
provider - the SecurityProvider.iterationCount - the iteration count.public static Sha1 of(int iterationCount)
iterationCount - the iteration count.iteration count.Copyright © 2001–2019 mmm-Team. All rights reserved.