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