Uses of Class
com.azure.security.keyvault.keys.models.ImportKeyOptions
Packages that use ImportKeyOptions
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 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.