Interface EdDSAKey

All Known Implementing Classes:
EdDSAPrivateKey, EdDSAPublicKey

public interface EdDSAKey
Common interface for all EdDSA keys.
Author:
str4d
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The reported key algorithm for all EdDSA keys
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Field Details

  • Method Details

    • getParams

      EdDSAParameterSpec getParams()
      Returns:
      a parameter specification representing the EdDSA domain parameters for the key.