Uses of Class
com.azure.security.keyvault.keys.models.CreateEcKeyOptions
-
Packages that use CreateEcKeyOptions Package Description com.azure.security.keyvault.keys Package containing classes for creatingKeyAsyncClientandKeyClientto perform operations on Azure Key Vault.com.azure.security.keyvault.keys.models Package containing classes used for representing keys, deleted keys and their attributes in Azure Key Vault. -
-
Uses of CreateEcKeyOptions in com.azure.security.keyvault.keys
Methods in com.azure.security.keyvault.keys with parameters of type CreateEcKeyOptions Modifier and Type Method Description Mono<KeyVaultKey>KeyAsyncClient. createEcKey(CreateEcKeyOptions createEcKeyOptions)Creates a newEC keyand stores it in the key vault.KeyVaultKeyKeyClient. createEcKey(CreateEcKeyOptions createEcKeyOptions)Creates a newEC keyand stores it in the key vault.Mono<com.azure.core.http.rest.Response<KeyVaultKey>>KeyAsyncClient. createEcKeyWithResponse(CreateEcKeyOptions createEcKeyOptions)Creates a newEC keyand stores it in the key vault.com.azure.core.http.rest.Response<KeyVaultKey>KeyClient. createEcKeyWithResponse(CreateEcKeyOptions createEcKeyOptions, com.azure.core.util.Context context)Creates a newEC keyand stores it in the key vault. -
Uses of CreateEcKeyOptions in com.azure.security.keyvault.keys.models
Methods in com.azure.security.keyvault.keys.models that return CreateEcKeyOptions Modifier and Type Method Description CreateEcKeyOptionsCreateEcKeyOptions. setCurveName(KeyCurveName curveName)Set the curve name.CreateEcKeyOptionsCreateEcKeyOptions. setEnabled(Boolean enabled)Set a value that indicates if the key is enabled.CreateEcKeyOptionsCreateEcKeyOptions. setExpiresOn(OffsetDateTime expiresOn)Set theexpiresUTC time.CreateEcKeyOptionsCreateEcKeyOptions. setHardwareProtected(Boolean hardwareProtected)Set whether the key being created is of HSM type or not.CreateEcKeyOptionsCreateEcKeyOptions. setKeyOperations(KeyOperation... keyOperations)Set the key operations.CreateEcKeyOptionsCreateEcKeyOptions. setNotBefore(OffsetDateTime notBefore)Set thenotBeforeUTC time.CreateEcKeyOptionsCreateEcKeyOptions. setTags(Map<String,String> tags)Set the tags to be associated with the key.
-