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