Uses of Class
com.azure.security.keyvault.keys.models.KeyCurveName
Packages that use KeyCurveName
Package
Description
Package containing the data models for Keys clients.
-
Uses of KeyCurveName in com.azure.security.keyvault.keys.models
Fields in com.azure.security.keyvault.keys.models declared as KeyCurveNameModifier and TypeFieldDescriptionstatic final KeyCurveName
KeyCurveName.P_256
The NIST P-256 elliptic curve, AKA SECG curve SECP256R1.static final KeyCurveName
KeyCurveName.P_256K
The SECG SECP256K1 elliptic curve.static final KeyCurveName
KeyCurveName.P_384
The NIST P-384 elliptic curve, AKA SECG curve SECP384R1.static final KeyCurveName
KeyCurveName.P_521
The NIST P-521 elliptic curve, AKA SECG curve SECP521R1.Methods in com.azure.security.keyvault.keys.models that return KeyCurveNameModifier and TypeMethodDescriptionstatic KeyCurveName
KeyCurveName.fromString
(String name) Creates or finds a KeyCurveName from its string representation.CreateEcKeyOptions.getCurveName()
Get the curve.JsonWebKey.getCurveName()
Get the crv value.Methods in com.azure.security.keyvault.keys.models that return types with arguments of type KeyCurveNameModifier and TypeMethodDescriptionstatic Collection
<KeyCurveName> KeyCurveName.values()
Gets known KeyCurveName values.Methods in com.azure.security.keyvault.keys.models with parameters of type KeyCurveNameModifier and TypeMethodDescriptionCreateEcKeyOptions.setCurveName
(KeyCurveName curveName) Set the curve name.JsonWebKey.setCurveName
(KeyCurveName crv) Set the crv value.