Package net.i2p.crypto.eddsa.spec
Class EdDSAGenParameterSpec
- java.lang.Object
-
- net.i2p.crypto.eddsa.spec.EdDSAGenParameterSpec
-
- All Implemented Interfaces:
AlgorithmParameterSpec
public class EdDSAGenParameterSpec extends Object implements AlgorithmParameterSpec
Implementation of AlgorithmParameterSpec that holds the name of a named EdDSA curve specification.- Since:
- 0.9.15
- Author:
- str4d
-
-
Constructor Summary
Constructors Constructor Description EdDSAGenParameterSpec(String stdName)
-