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