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