net.i2p.crypto.eddsa
Interface EdDSAKey

All Known Implementing Classes:
EdDSAPrivateKey, EdDSAPublicKey

public interface EdDSAKey

Common interface for all EdDSA keys.

Since:
0.9.15
Author:
str4d

Method Summary
 EdDSAParameterSpec getParams()
          return a parameter specification representing the EdDSA domain parameters for the key.
 

Method Detail

getParams

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