| Package | Description |
|---|---|
| net.sf.mmm.crypto.asymmetric.access | |
| net.sf.mmm.crypto.asymmetric.sign | |
| net.sf.mmm.crypto.hash | |
| net.sf.mmm.crypto.hash.access |
| Modifier and Type | Method and Description |
|---|---|
HashCreator |
AsymmetricAccess.newHashCreator() |
| Modifier and Type | Field and Description |
|---|---|
private HashCreator |
SignatureProcessorImplWithHash.hashGenerator |
| Modifier and Type | Method and Description |
|---|---|
protected HashCreator |
SignatureProcessorImplWithHash.getHashGenerator() |
private HashCreator |
SignatureProcessorFactoryImpl.newHashCreator() |
| Constructor and Description |
|---|
SignatureProcessorImplWithHash(HashCreator hashGenerator)
The constructor.
|
SignatureSignerImplCryptorWithHash(HashCreator hashGenerator,
Encryptor encryptor)
The constructor.
|
SignatureSignerImplWithHash(HashCreator hashGenerator,
SignatureSigner<S> signer)
The constructor.
|
SignatureVerifierImplCryptorWithHash(HashCreator hashGenerator,
Decryptor decryptor)
The constructor.
|
SignatureVerifierImplWithHash(HashCreator hashGenerator,
SignatureVerifier<S> verifier)
The constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HashCreatorImplCombined
This is a simple implementation of
HashCreator that only wraps MessageDigest. |
class |
HashCreatorImplDigest
This is a simple implementation of
HashCreator that only wraps MessageDigest. |
class |
HashCreatorImplMultipleRounds
This is an implementation of
HashCreator that calculates hashes in multiple
rounds. |
| Modifier and Type | Field and Description |
|---|---|
private HashCreator[] |
HashCreatorImplCombined.generators |
private HashCreator |
HashOutputStream.hashGenerator |
| Modifier and Type | Method and Description |
|---|---|
HashCreator |
HashFactory.newHashCreator() |
HashCreator |
HashFactoryCombined.newHashCreator() |
HashCreator |
HashConfig.newHashCreator() |
| Constructor and Description |
|---|
HashCreatorImplCombined(HashCreator[] generators)
The constructor.
|
HashOutputStream(HashCreator hashGenerator)
The constructor.
|
HashOutputStream(HashCreator hashGenerator,
OutputStream delegate)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
HashCreator |
HashAccess.newHashCreator() |
Copyright © 2001–2019 mmm-Team. All rights reserved.