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