Module java.base

Interface EdECKey

All Known Subinterfaces:
EdECPrivateKey, EdECPublicKey

public interface 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.
Since:
15
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    Returns the algorithm parameters associated with the key.
  • Method Details Link icon

    • getParams Link icon

      NamedParameterSpec getParams()
      Returns the algorithm parameters associated with the key.
      Returns:
      the associated algorithm parameters.