| Package | Description |
|---|---|
| net.sf.mmm.crypto.asymmetric.access | |
| net.sf.mmm.crypto.asymmetric.sign |
| Modifier and Type | Method and Description |
|---|---|
SignatureSigner<S> |
AsymmetricAccess.newSigner(PR privateKey) |
| Modifier and Type | Class and Description |
|---|---|
class |
SignatureSignerImpl<S extends SignatureBinary>
Implementation of
SignatureSigner. |
class |
SignatureSignerImplCryptorWithHash
|
class |
SignatureSignerImplWithHash<S extends SignatureBinary>
|
| Modifier and Type | Field and Description |
|---|---|
private SignatureSigner<S> |
SignatureSignerImplWithHash.signer |
| Modifier and Type | Method and Description |
|---|---|
SignatureSigner<S> |
SignatureProcessorFactory.newSigner(PR privateKey) |
SignatureSigner<S> |
SignatureProcessorFactoryImpl.newSigner(PR privateKey) |
SignatureSigner<SignatureBinary> |
SignatureProcessorFactoryImplCryptorWithHash.newSigner(PR privateKey) |
SignatureSigner<S> |
SignatureProcessorFactoryImplWithHash.newSigner(PR privateKey) |
default SignatureSigner<S> |
SignatureProcessorFactory.newSignerUnsafe(PrivateKey privateKey) |
| Constructor and Description |
|---|
SignatureSignerImplWithHash(HashCreator hashGenerator,
SignatureSigner<S> signer)
The constructor.
|
Copyright © 2001–2019 mmm-Team. All rights reserved.