Uses of Class
com.azure.security.keyvault.keys.models.CreateKeyOptions
-
Packages that use CreateKeyOptions 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 CreateKeyOptions in com.azure.security.keyvault.keys
Methods in com.azure.security.keyvault.keys with parameters of type CreateKeyOptions Modifier and Type Method Description Mono<KeyVaultKey>KeyAsyncClient. createKey(CreateKeyOptions createKeyOptions)Creates a newkeyand stores it in the key vault.KeyVaultKeyKeyClient. createKey(CreateKeyOptions createKeyOptions)Creates a newkeyand stores it in the key vault.Mono<com.azure.core.http.rest.Response<KeyVaultKey>>KeyAsyncClient. createKeyWithResponse(CreateKeyOptions createKeyOptions)Creates a newkeyand stores it in the key vault.com.azure.core.http.rest.Response<KeyVaultKey>KeyClient. createKeyWithResponse(CreateKeyOptions createKeyOptions, com.azure.core.util.Context context)Creates a newkeyand stores it in the key vault. -
Uses of CreateKeyOptions in com.azure.security.keyvault.keys.models
Subclasses of CreateKeyOptions in com.azure.security.keyvault.keys.models Modifier and Type Class Description classCreateEcKeyOptionsRepresents the configurable options to create an EC key.classCreateOctKeyOptionsRepresents the configurable options to create a symmetric key.classCreateRsaKeyOptionsRepresents the configurable options to create an RSA key.Methods in com.azure.security.keyvault.keys.models that return CreateKeyOptions Modifier and Type Method Description CreateKeyOptionsCreateKeyOptions. setEnabled(Boolean enabled)Set a value that indicates if the key is enabled.CreateKeyOptionsCreateKeyOptions. setExpiresOn(OffsetDateTime expiresOn)Set thekey expiration timein UTC.CreateKeyOptionsCreateKeyOptions. setKeyOperations(KeyOperation... keyOperations)Set the key operations.CreateKeyOptionsCreateKeyOptions. setNotBefore(OffsetDateTime notBefore)Set thekey's notBefore timein UTC.CreateKeyOptionsCreateKeyOptions. setTags(Map<String,String> tags)Set the tags to be associated with the key.
-