| Package | Description |
|---|---|
| com.cosmian.rest.kmip.data_structures | |
| com.cosmian.rest.kmip.types |
| Modifier and Type | Method and Description |
|---|---|
RecommendedCurve |
TransparentECPublicKey.getRecommendedCurve() |
RecommendedCurve |
TransparentECPrivateKey.getRecommendedCurve() |
| Modifier and Type | Method and Description |
|---|---|
TransparentECPublicKey |
TransparentECPublicKey.recommendedCurve(RecommendedCurve recommendedCurve) |
TransparentECPrivateKey |
TransparentECPrivateKey.recommendedCurve(RecommendedCurve recommendedCurve) |
void |
TransparentECPublicKey.setRecommendedCurve(RecommendedCurve recommendedCurve) |
void |
TransparentECPrivateKey.setRecommendedCurve(RecommendedCurve recommendedCurve) |
| Constructor and Description |
|---|
TransparentECPrivateKey(RecommendedCurve recommendedCurve,
BigInteger d) |
TransparentECPublicKey(RecommendedCurve recommendedCurve,
byte[] qString) |
| Modifier and Type | Method and Description |
|---|---|
static RecommendedCurve |
RecommendedCurve.from(int code) |
static RecommendedCurve |
RecommendedCurve.from(String name) |
static RecommendedCurve |
RecommendedCurve.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecommendedCurve[] |
RecommendedCurve.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023. All rights reserved.