Uses of Class
com.microsoft.azure.keyvault.models.KeyImportParameters
-
Packages that use KeyImportParameters Package Description com.microsoft.azure.keyvault.models This package contains the models classes for KeyVaultClientBase. -
-
Uses of KeyImportParameters in com.microsoft.azure.keyvault.models
Methods in com.microsoft.azure.keyvault.models that return KeyImportParameters Modifier and Type Method Description KeyImportParametersKeyImportParameters. withHsm(Boolean hsm)Set the hsm value.KeyImportParametersKeyImportParameters. withKey(JsonWebKey key)Set the key value.KeyImportParametersKeyImportParameters. withKeyAttributes(KeyAttributes keyAttributes)Set the keyAttributes value.KeyImportParametersKeyImportParameters. withTags(Map<String,String> tags)Set the tags value.
-