| Package | Description |
|---|---|
| net.sf.mmm.crypto.asymmetric.sign |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SignatureSigner<S extends SignatureBinary>
|
interface |
SignatureSignerSimple
|
interface |
SignatureVerifier<S extends SignatureBinary>
Extends
SignatureProcessor with ability to verify a message with a given expected signature. |
interface |
SignatureVerifierSimple
Extends
SignatureProcessor with ability to verify a message with a
given expected signature. |
| Modifier and Type | Class and Description |
|---|---|
class |
SignatureProcessorImpl
Implementation of
SignatureProcessor based on Signature. |
class |
SignatureProcessorImplWithHash
|
class |
SignatureSignerImpl<S extends SignatureBinary>
Implementation of
SignatureSigner. |
class |
SignatureSignerImplCryptorWithHash
|
class |
SignatureSignerImplWithHash<S extends SignatureBinary>
|
class |
SignatureVerifierImpl<S extends SignatureBinary>
Implementation of
SignatureVerifier. |
class |
SignatureVerifierImplCryptorWithHash
|
class |
SignatureVerifierImplWithHash<S extends SignatureBinary>
|
Copyright © 2001–2019 mmm-Team. All rights reserved.