All Classes and Interfaces
Class
Description
A particular element of the field \Z/(2^255-19).
A twisted Edwards curve.
Class to represent a field element of the finite field $p = 2^{255} - 19$ elements.
Helper class for encoding/decoding from/to the 32 byte representation.
Class for reducing a huge integer modulo the group order q and
doing a combined multiply plus add plus reduce operation.
Signing and verification for EdDSA.
Implementation of AlgorithmParameterSpec that holds the name of a named
EdDSA curve specification.
Common interface for all EdDSA keys.
EdDSA Curve specification that can also be referred to by name.
The named EdDSA curves.
Parameter specification for an EdDSA algorithm.
An EdDSA private key.
An EdDSA public key.
A security
Provider
that can be registered via Security.addProvider(Provider)
Common interface for all $(b-1)$-bit encodings of elements
of EdDSA finite fields.
An EdDSA finite field.
Note: concrete subclasses must implement hashCode() and equals()
Prevent the plugin from being used in FIPS mode (it's not compliant in anyway shape or form!)
A point $(x,y)$ on an EdDSA curve.
Available representations for a group element.
Default keysize is 256 (Ed25519)
Basic utilities for EdDSA.