public class Sha224 extends Sha2
HashConfig for SHA-224.| Modifier and Type | Field and Description |
|---|---|
static String |
ALGORITHM_SHA_224
The
algorithm name "SHA-224". |
static Sha224 |
SHA_224
Sha224 using default provider. |
static Sha224 |
SHA_224_X2
Sha224 hashing twice using default provider. |
ALGORITHM_NONEalgorithmprovider| Constructor and Description |
|---|
Sha224(int iterationCount)
The constructor.
|
Sha224(SecurityProvider provider)
The constructor.
|
Sha224(SecurityProvider provider,
int iterationCount)
The constructor.
|
decrementIterationCount, getIterationCount, newAccess, newHashCreatorgetAlgorithmgetProviderpublic static final String ALGORITHM_SHA_224
algorithm name "SHA-224".public Sha224(int iterationCount)
iterationCount - the iteration count.public Sha224(SecurityProvider provider)
provider - the SecurityProvider to use.public Sha224(SecurityProvider provider, int iterationCount)
provider - the SecurityProvider to use.iterationCount - the iteration count.Copyright © 2001–2019 mmm-Team. All rights reserved.