Class JsonWebKeyCurveName
java.lang.Object
it.pagopa.swclient.mil.azureservices.keyvault.keys.bean.JsonWebKeyCurveName
Elliptic curve names.
- Author:
- Antonio Tarricone
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The NIST P-256 elliptic curve, AKA SECG curve SECP256R1.static final String
The SECG SECP256K1 elliptic curve.static final String
The NIST P-384 elliptic curve, AKA SECG curve SECP384R1.static final String
The NIST P-521 elliptic curve, AKA SECG curve SECP521R1. -
Constructor Summary
-
Method Summary
-
Field Details
-
P256
The NIST P-256 elliptic curve, AKA SECG curve SECP256R1.
- See Also:
-
P256K
The SECG SECP256K1 elliptic curve.
- See Also:
-
P384
The NIST P-384 elliptic curve, AKA SECG curve SECP384R1.
- See Also:
-
P521
The NIST P-521 elliptic curve, AKA SECG curve SECP521R1.
- See Also:
-
-
Constructor Details
-
JsonWebKeyCurveName
private JsonWebKeyCurveName()This class contains constants only.
-