| Interface | Description |
|---|---|
| SignatureFactory<S extends SignatureBinary> |
Interface for factory to create instances of
SignatureBinary. |
| SignatureProcessor |
The abstract interface for an signing or verification function of an asymmetric
cryptographic algorithm typically in combination with a
hasing algorithm. |
| SignatureProcessorFactory<S extends SignatureBinary,PR extends PrivateKey,PU extends PublicKey> | |
| SignatureSigner<S extends SignatureBinary> | |
| SignatureSignerSimple | |
| SignatureVerifier<S extends SignatureBinary> |
Extends
SignatureProcessor with ability to verify a message with a given expected signature. |
| SignatureVerifierSimple |
Extends
SignatureProcessor with ability to verify a message with a
given expected signature. |
| SignatureWithPublicKeyRecovery |
Interface for
SignatureBinary that allows to recover public key. |
Copyright © 2001–2019 mmm-Team. All rights reserved.