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 KeyVerifyParametersKeyVerifyParameters. withAlgorithm(JsonWebKeySignatureAlgorithm algorithm)Set the algorithm value.KeyVerifyParametersKeyVerifyParameters. withDigest(byte[] digest)Set the digest value.KeyVerifyParametersKeyVerifyParameters. withSignature(byte[] signature)Set the signature value.
-