public class RipeMd320 extends RipeMd
HashConfig for RIPEMD-320.| Modifier and Type | Field and Description |
|---|---|
static String |
ALGORITHM_RIPEMD_320
The
algorithm name "RIPEMD320". |
static RipeMd320 |
RIPEMD_320
RipeMd320 using default provider. |
ALGORITHM_NONEalgorithmprovider| Constructor and Description |
|---|
RipeMd320(int iterationCount)
The constructor.
|
RipeMd320(SecurityProvider provider)
The constructor.
|
RipeMd320(SecurityProvider provider,
int iterationCount)
The constructor.
|
decrementIterationCount, getIterationCount, newAccess, newHashCreatorgetAlgorithmgetProviderpublic static final String ALGORITHM_RIPEMD_320
algorithm name "RIPEMD320".public RipeMd320(int iterationCount)
iterationCount - the iteration count.public RipeMd320(SecurityProvider provider)
provider - the SecurityProvider to use.public RipeMd320(SecurityProvider provider, int iterationCount)
provider - the SecurityProvider to use.iterationCount - the iteration count.Copyright © 2001–2019 mmm-Team. All rights reserved.