Package net.i2p.crypto.eddsa
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 java.lang.String
KEY_ALGORITHM
The reported key algorithm for all EdDSA keys
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EdDSAParameterSpec
getParams()
-
-
-
Field Detail
-
KEY_ALGORITHM
static final java.lang.String KEY_ALGORITHM
The reported key algorithm for all EdDSA keys- See Also:
- Constant Field Values
-
-
Method Detail
-
getParams
EdDSAParameterSpec getParams()
- Returns:
- a parameter specification representing the EdDSA domain parameters for the key.
-
-