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 KeyImportParameters
KeyImportParameters. withHsm(Boolean hsm)
Set the hsm value.KeyImportParameters
KeyImportParameters. withKey(JsonWebKey key)
Set the key value.KeyImportParameters
KeyImportParameters. withKeyAttributes(KeyAttributes keyAttributes)
Set the keyAttributes value.KeyImportParameters
KeyImportParameters. withTags(Map<String,String> tags)
Set the tags value.
-