Uses of Class
com.azure.security.keyvault.keys.models.ImportKeyOptions
Packages that use ImportKeyOptions
Package
Description
Azure Key Vault is a cloud-based service
provided by Microsoft Azure that allows users to securely store and manage cryptographic keys used for encrypting
and decrypting data.
Package containing the data models for KeyClient.
-
Uses of ImportKeyOptions in com.azure.security.keyvault.keys
Methods in com.azure.security.keyvault.keys with parameters of type ImportKeyOptionsModifier and TypeMethodDescriptionKeyAsyncClient.importKey(ImportKeyOptions importKeyOptions) Imports an externally createdkeyand stores it in the key vault.KeyClient.importKey(ImportKeyOptions importKeyOptions) Imports an externally createdkeyand stores it in the key vault.Mono<com.azure.core.http.rest.Response<KeyVaultKey>>KeyAsyncClient.importKeyWithResponse(ImportKeyOptions importKeyOptions) Imports an externally createdkeyand stores it in the key vault.com.azure.core.http.rest.Response<KeyVaultKey>KeyClient.importKeyWithResponse(ImportKeyOptions importKeyOptions, com.azure.core.util.Context context) Imports an externally createdkeyand stores it in the key vault. -
Uses of ImportKeyOptions in com.azure.security.keyvault.keys.models
Methods in com.azure.security.keyvault.keys.models that return ImportKeyOptionsModifier and TypeMethodDescriptionImportKeyOptions.setEnabled(Boolean enabled) Set a value that indicates if the key is enabled.ImportKeyOptions.setExpiresOn(OffsetDateTime expiresOn) Set thekey expiration timein UTC.ImportKeyOptions.setHardwareProtected(Boolean hardwareProtected) Set whether the key being imported is of HSM type or not.ImportKeyOptions.setNotBefore(OffsetDateTime notBefore) Set thekey's notBefore timein UTC.