public interface EdECKey

java.security.interfaces.EdECKey



An interface for an elliptic curve public/private key as defined by RFC 8032: Edwards-Curve Digital Signature Algorithm (EdDSA). These keys are distinct from the keys represented by ECKey, and they are intended for use with algorithms based on RFC 8032 such as the EdDSA Signature algorithm. This interface allows access to the algorithm parameters associated with the key.

Summary

Public methods

abstract NamedParameterSpec getParams()

Returns the algorithm parameters associated with the key.

Public methods

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2025-02-10 UTC.