Uses of Class
com.azure.security.keyvault.keys.models.CreateKeyOptions
Packages that use CreateKeyOptions
Package
Description
Package containing classes for creating
KeyAsyncClient and
KeyClient to perform operations on Azure Key Vault.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 CreateKeyOptionsModifier and TypeMethodDescriptionKeyAsyncClient.createKey(CreateKeyOptions createKeyOptions) Creates a newkeyand stores it in the key vault.KeyClient.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.modelsModifier and TypeClassDescriptionclassRepresents the configurable options to create an EC key.classRepresents the configurable options to create a symmetric key.classRepresents the configurable options to create an RSA key.Methods in com.azure.security.keyvault.keys.models that return CreateKeyOptionsModifier and TypeMethodDescriptionCreateKeyOptions.setEnabled(Boolean enabled) Set a value that indicates if the key is enabled.CreateKeyOptions.setExpiresOn(OffsetDateTime expiresOn) Set thekey expiration timein UTC.CreateKeyOptions.setExportable(Boolean exportable) Set a flag that indicates if the private key can be exported.CreateKeyOptions.setKeyOperations(KeyOperation... keyOperations) Set the key operations.CreateKeyOptions.setNotBefore(OffsetDateTime notBefore) Set thekey's notBefore timein UTC.CreateKeyOptions.setReleasePolicy(KeyReleasePolicy releasePolicy) Set the policy rules under which the key can be exported.Set the tags to be associated with the key.