Class CertificateKeyCurveName
java.lang.Object
com.azure.core.util.ExpandableStringEnum<CertificateKeyCurveName>
com.azure.security.keyvault.certificates.models.CertificateKeyCurveName
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class CertificateKeyCurveName
extends com.azure.core.util.ExpandableStringEnum<CertificateKeyCurveName>
Elliptic curve name. For valid values, see JsonWebKeyCurveName.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CertificateKeyCurveName
The NIST P-256 elliptic curve, AKA SECG curve SECP256R1.static final CertificateKeyCurveName
The SECG SECP256K1 elliptic curve.static final CertificateKeyCurveName
The NIST P-384 elliptic curve, AKA SECG curve SECP384R1.static final CertificateKeyCurveName
The NIST P-521 elliptic curve, AKA SECG curve SECP521R1. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CertificateKeyCurveName
fromString
(String name) Creates or finds a CertificateKeyCurveName from its string representation.static Collection
<CertificateKeyCurveName> values()
Gets known CertificateKeyCurveName values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
P_256
The NIST P-256 elliptic curve, AKA SECG curve SECP256R1. -
P_384
The NIST P-384 elliptic curve, AKA SECG curve SECP384R1. -
P_521
The NIST P-521 elliptic curve, AKA SECG curve SECP521R1. -
P_256K
The SECG SECP256K1 elliptic curve.
-
-
Constructor Details
-
CertificateKeyCurveName
Deprecated.Use thefromString(String)
factory method.Creates a new instance of CertificateKeyCurveName value.
-
-
Method Details
-
fromString
Creates or finds a CertificateKeyCurveName from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding CertificateKeyCurveName.
-
values
Gets known CertificateKeyCurveName values.- Returns:
- known CertificateKeyCurveName values.
-
fromString(String)
factory method.