| Interface | Description |
|---|---|
| GMSSDigestProvider |
| Class | Description |
|---|---|
| GMSSKeyGenerationParameters | |
| GMSSKeyPairGenerator |
This class implements key pair generation of the generalized Merkle signature
scheme (GMSS).
|
| GMSSKeyParameters | |
| GMSSLeaf |
This class implements the distributed computation of the public key of the
Winternitz one-time signature scheme (OTSS).
|
| GMSSParameters |
This class provides a specification for the GMSS parameters that are used by
the GMSSKeyPairGenerator and GMSSSignature classes.
|
| GMSSPrivateKeyParameters |
This class provides a specification for a GMSS private key.
|
| GMSSPublicKeyParameters | |
| GMSSRootCalc |
This class computes a whole Merkle tree and saves the needed values for
AuthPath computation.
|
| GMSSRootSig |
This class implements the distributed signature generation of the Winternitz
one-time signature scheme (OTSS), described in C.Dods, N.P.
|
| GMSSSigner |
This class implements the GMSS signature scheme.
|
| Treehash |
This class implements a treehash instance for the Merkle tree traversal
algorithm.
|