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