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