Interface EdDSAKey

All Known Implementing Classes:
EdDSAPrivateKey, EdDSAPublicKey

public interface EdDSAKey
Common interface for all EdDSA keys.
Since:
0.9.15
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

    • KEY_ALGORITHM

      static final String KEY_ALGORITHM
      The reported key algorithm for all EdDSA keys
      Since:
      0.9.36
      See Also:
  • Method Details

    • getParams

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