Uses of Class
com.microsoft.azure.keyvault.requests.ImportKeyRequest
-
Packages that use ImportKeyRequest Package Description com.microsoft.azure.keyvault This package contains the classes for KeyVaultClientBase.com.microsoft.azure.keyvault.implementation This package contains the classes for KeyVaultClient.com.microsoft.azure.keyvault.requests This package contains the classes for KeyVaultClient. -
-
Uses of ImportKeyRequest in com.microsoft.azure.keyvault
Methods in com.microsoft.azure.keyvault with parameters of type ImportKeyRequest Modifier and Type Method Description KeyBundleKeyVaultClientCustom. importKey(ImportKeyRequest importKeyRequest)Imports an externally created key, stores it, and returns key parameters and attributes to the client.com.microsoft.rest.ServiceFuture<KeyBundle>KeyVaultClientCustom. importKeyAsync(ImportKeyRequest importKeyRequest, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)Imports an externally created key, stores it, and returns key parameters and attributes to the client. -
Uses of ImportKeyRequest in com.microsoft.azure.keyvault.implementation
Methods in com.microsoft.azure.keyvault.implementation with parameters of type ImportKeyRequest Modifier and Type Method Description KeyBundleKeyVaultClientCustomImpl. importKey(ImportKeyRequest importKeyRequest)Imports an externally created key, stores it, and returns key parameters and attributes to the client.com.microsoft.rest.ServiceFuture<KeyBundle>KeyVaultClientCustomImpl. importKeyAsync(ImportKeyRequest importKeyRequest, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)Imports an externally created key, stores it, and returns key parameters and attributes to the client. -
Uses of ImportKeyRequest in com.microsoft.azure.keyvault.requests
Methods in com.microsoft.azure.keyvault.requests that return ImportKeyRequest Modifier and Type Method Description ImportKeyRequestImportKeyRequest.Builder. build()builds theImportKeyRequestobject.
-