Class JsonWebKeyCurveName
java.lang.Object
it.pagopa.swclient.mil.azureservices.keyvault.keys.bean.JsonWebKeyCurveName
Elliptic curve names.
- Author:
 - Antonio Tarricone
 - See Also:
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe NIST P-256 elliptic curve, AKA SECG curve SECP256R1.static final StringThe SECG SECP256K1 elliptic curve.static final StringThe NIST P-384 elliptic curve, AKA SECG curve SECP384R1.static final StringThe NIST P-521 elliptic curve, AKA SECG curve SECP521R1. - 
Constructor Summary
Constructors - 
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.
 
 -