Uses of Class
com.azure.security.keyvault.keys.cryptography.models.VerifyResult
Packages that use VerifyResult
Package
Description
Azure Key Vault is a cloud-based service
provided by Microsoft Azure that allows users to securely store and manage cryptographic keys used for encrypting
and decrypting data.
-
Uses of VerifyResult in com.azure.security.keyvault.keys.cryptography
Methods in com.azure.security.keyvault.keys.cryptography that return VerifyResultModifier and TypeMethodDescriptionCryptographyClient.verify
(SignatureAlgorithm algorithm, byte[] digest, byte[] signature) Verifies a signature using the configured key.CryptographyClient.verify
(SignatureAlgorithm algorithm, byte[] digest, byte[] signature, com.azure.core.util.Context context) Verifies a signature using the configured key.CryptographyClient.verifyData
(SignatureAlgorithm algorithm, byte[] data, byte[] signature) Verifies a signature against the raw data using the configured key.CryptographyClient.verifyData
(SignatureAlgorithm algorithm, byte[] data, byte[] signature, com.azure.core.util.Context context) Verifies a signature against the raw data using the configured key.Methods in com.azure.security.keyvault.keys.cryptography that return types with arguments of type VerifyResultModifier and TypeMethodDescriptionCryptographyAsyncClient.verify
(SignatureAlgorithm algorithm, byte[] digest, byte[] signature) Verifies a signature using the configured key.CryptographyAsyncClient.verifyData
(SignatureAlgorithm algorithm, byte[] data, byte[] signature) Verifies a signature against the raw data using the configured key.