| Interface | Description |
|---|---|
| HashCreator |
This is the interface for a creator of hash values.
|
| HashFactory |
| Class | Description |
|---|---|
| Hash |
Simple datatype as container for a
hash. |
| HashConfig | |
| HashCreatorImplCombined |
This is a simple implementation of
HashCreator that only wraps MessageDigest. |
| HashCreatorImplDigest |
This is a simple implementation of
HashCreator that only wraps MessageDigest. |
| HashCreatorImplMultipleRounds |
This is an implementation of
HashCreator that calculates hashes in multiple
rounds. |
| HashFactoryCombined |
The implementation of
HashFactory that combines multiple HashFactory instances by
sequentially applying the hashes. |
| HashOutputStream |
An
OutputStream that writes to a MessageDigest. |
Copyright © 2001–2019 mmm-Team. All rights reserved.