public abstract class EdDSASignature
extends java.security.SignatureSpi
EdDSASignature is the abstract base class for EdDSA (Edwards-Curve Digital Signature
Algorithm) operations as defined in RFC 8032.
Subclasses implement the specific sign/verify behavior (pure Ed25519 or Ed25519ph prehash).
CloudHSM does not need a SecureRandom source, as the HSM handles randomness
internally. Any source of SecureRandom passed to Signature methods will be
ignored.
SignatureSpi,
Signature