Uses of Class
com.azure.security.keyvault.keys.models.ImportKeyOptions
Packages that use ImportKeyOptions
Package
Description
Package containing the data models for Keys clients.
-
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 createdkey
and stores it in the key vault.KeyClient.importKey
(ImportKeyOptions importKeyOptions) Imports an externally createdkey
and stores it in the key vault.Mono
<com.azure.core.http.rest.Response<KeyVaultKey>> KeyAsyncClient.importKeyWithResponse
(ImportKeyOptions importKeyOptions) Imports an externally createdkey
and 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 createdkey
and 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 time
in 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 time
in UTC.