Uses of Class
com.azure.security.keyvault.keys.cryptography.models.VerifyResult
-
Packages that use VerifyResult Package Description com.azure.security.keyvault.keys.cryptography Package containing classes for creatingCryptographyAsyncClientandCryptographyClientto perform cryptography operations. -
-
Uses of VerifyResult in com.azure.security.keyvault.keys.cryptography
Methods in com.azure.security.keyvault.keys.cryptography that return VerifyResult Modifier and Type Method Description VerifyResultCryptographyClient. verify(SignatureAlgorithm algorithm, byte[] digest, byte[] signature)Verifies a signature using the configured key.VerifyResultCryptographyClient. verify(SignatureAlgorithm algorithm, byte[] digest, byte[] signature, com.azure.core.util.Context context)Verifies a signature using the configured key.VerifyResultCryptographyClient. verifyData(SignatureAlgorithm algorithm, byte[] data, byte[] signature)Verifies a signature against the raw data using the configured key.VerifyResultCryptographyClient. 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 VerifyResult Modifier and Type Method Description Mono<VerifyResult>CryptographyAsyncClient. verify(SignatureAlgorithm algorithm, byte[] digest, byte[] signature)Verifies a signature using the configured key.Mono<VerifyResult>CryptographyAsyncClient. verifyData(SignatureAlgorithm algorithm, byte[] data, byte[] signature)Verifies a signature against the raw data using the configured key.
-