Uses of Class
com.microsoft.azure.keyvault.models.KeyOperationsParameters
-
Packages that use KeyOperationsParameters Package Description com.microsoft.azure.keyvault.models This package contains the models classes for KeyVaultClientBase. -
-
Uses of KeyOperationsParameters in com.microsoft.azure.keyvault.models
Methods in com.microsoft.azure.keyvault.models that return KeyOperationsParameters Modifier and Type Method Description KeyOperationsParameters
KeyOperationsParameters. withAlgorithm(JsonWebKeyEncryptionAlgorithm algorithm)
Set the algorithm value.KeyOperationsParameters
KeyOperationsParameters. withValue(byte[] value)
Set the value value.
-