Uses of Class
com.azure.security.keyvault.keys.models.ImportKeyOptions
-
Packages that use ImportKeyOptions 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 ImportKeyOptions in com.azure.security.keyvault.keys
Methods in com.azure.security.keyvault.keys with parameters of type ImportKeyOptions Modifier and Type Method Description Mono<KeyVaultKey>KeyAsyncClient. importKey(ImportKeyOptions importKeyOptions)Imports an externally createdkeyand stores it in the key vault.KeyVaultKeyKeyClient. 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 ImportKeyOptions Modifier and Type Method Description ImportKeyOptionsImportKeyOptions. setEnabled(Boolean enabled)Set a value that indicates if the key is enabled.ImportKeyOptionsImportKeyOptions. setExpiresOn(OffsetDateTime expiresOn)Set thekey expiration timein UTC.ImportKeyOptionsImportKeyOptions. setHardwareProtected(Boolean hardwareProtected)Set whether the key being imported is of HSM type or not.ImportKeyOptionsImportKeyOptions. setNotBefore(OffsetDateTime notBefore)Set thekey's notBefore timein UTC.
-