public class XDHParameterSpec extends Object implements AlgorithmParameterSpec
Modifier and Type | Field and Description |
---|---|
static String |
X25519 |
static String |
X448 |
Constructor and Description |
---|
XDHParameterSpec(String curveName)
Base constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getCurveName()
Return the curve name specified by this parameterSpec.
|
public static final String X25519
public static final String X448
public XDHParameterSpec(String curveName)
curveName
- name of the curve to specify.public String getCurveName()
Copyright © 2020 BouncyCastle.org. All rights reserved.