See: Description
| Interface | Description |
|---|---|
| MultiMessageSignatureScheme |
A
MultiMessageSignatureScheme is one where the sign and verify algorithms take a list of messages as input
instead of a single message. |
| MultiMessageStructurePreservingSignatureScheme |
A structure-preserving signature scheme
|
| Signature |
A signature.
|
| SignatureScheme |
A
SignatureScheme has the ability to sign plaintexts
and verify the resulting signature (using SigningKeys and VerificationKeys). |
| SigningKey |
A key that is used to generate a signature.
|
| StandardMultiMessageSignatureScheme |
A combination of
MultiMessageSignatureScheme and StandardSignatureScheme resulting in
a multi-message scheme with key generation functions. |
| StandardSignatureScheme |
A
SignatureScheme where anyone can generate a valid SigningKey and corresponding
VerificationKey themselves. |
| StructurePreservingSignatureEQScheme |
A structure-preserving signature scheme on equivalence classes (SPS-EQ).
|
| VerificationKey |
A key that is used to verify signatures.
|
| Class | Description |
|---|---|
| SignatureKeyPair<VerificationKeyType extends VerificationKey,SigningKeyType extends SigningKey> |
A container for a pair of
VerificationKey and SigningKey. |