Class XDHParameterSpec

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

public class XDHParameterSpec extends Object implements AlgorithmParameterSpec
ParameterSpec for XDH key agreement algorithms.
  • Field Details

  • Constructor Details

    • XDHParameterSpec

      public XDHParameterSpec(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.