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
Subclasses with type arguments of type KeyCurveName in com.azure.security.keyvault.keys.modelsFields in com.azure.security.keyvault.keys.models declared as KeyCurveNameModifier and TypeFieldDescriptionstatic final KeyCurveNameKeyCurveName.P_256The NIST P-256 elliptic curve, AKA SECG curve SECP256R1.static final KeyCurveNameKeyCurveName.P_256KThe SECG SECP256K1 elliptic curve.static final KeyCurveNameKeyCurveName.P_384The NIST P-384 elliptic curve, AKA SECG curve SECP384R1.static final KeyCurveNameKeyCurveName.P_521The NIST P-521 elliptic curve, AKA SECG curve SECP521R1.Methods in com.azure.security.keyvault.keys.models that return KeyCurveNameModifier and TypeMethodDescriptionstatic KeyCurveNameKeyCurveName.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.