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