Class EdDSAParameterSpec

java.lang.Object
org.bouncycastle.jcajce.spec.EdDSAParameterSpec
All Implemented Interfaces:
AlgorithmParameterSpec

public class EdDSAParameterSpec extends Object implements AlgorithmParameterSpec
ParameterSpec for EdDSA signature algorithms.
  • Field Details

  • Constructor Details

    • EdDSAParameterSpec

      public EdDSAParameterSpec(String curveName)
      Base constructor.
      Parameters:
      curveName - name of the curve to specify.
  • Method Details

    • getCurveName

      public String getCurveName()
      Return the curve name specified by this parameterSpec.
      Returns:
      the name of the curve this parameterSpec specifies.