public class RipeMd160 extends RipeMd
HashConfig for RIPEMD-160. This algorithm is used
to generate a bitcoin address.| Modifier and Type | Field and Description |
|---|---|
static String |
ALGORITHM_RIPEMD_160
The
algorithm name "RIPEMD160". |
static RipeMd160 |
RIPEMD_160
RipeMd160 using default provider. |
ALGORITHM_NONEalgorithmprovider| Constructor and Description |
|---|
RipeMd160(int iterationCount)
The constructor.
|
RipeMd160(SecurityProvider provider)
The constructor.
|
RipeMd160(SecurityProvider provider,
int iterationCount)
The constructor.
|
decrementIterationCount, getIterationCount, newAccess, newHashCreatorgetAlgorithmgetProviderpublic static final String ALGORITHM_RIPEMD_160
algorithm name "RIPEMD160".public RipeMd160(int iterationCount)
iterationCount - the iteration count.public RipeMd160(SecurityProvider provider)
provider - the SecurityProvider to use.public RipeMd160(SecurityProvider provider, int iterationCount)
provider - the SecurityProvider to use.iterationCount - the iteration count.Copyright © 2001–2019 mmm-Team. All rights reserved.