Uses of Class
com.azure.security.keyvault.keys.cryptography.models.SignResult
Packages that use SignResult
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 SignResult in com.azure.security.keyvault.keys.cryptography
Methods in com.azure.security.keyvault.keys.cryptography that return SignResultModifier and TypeMethodDescriptionCryptographyClient.sign
(SignatureAlgorithm algorithm, byte[] digest) Creates a signature from a digest using the configured key.CryptographyClient.sign
(SignatureAlgorithm algorithm, byte[] digest, com.azure.core.util.Context context) Creates a signature from a digest using the configured key.CryptographyClient.signData
(SignatureAlgorithm algorithm, byte[] data) Creates a signature from the raw data using the configured key.CryptographyClient.signData
(SignatureAlgorithm algorithm, byte[] data, com.azure.core.util.Context context) Creates a signature from the raw data using the configured key.Methods in com.azure.security.keyvault.keys.cryptography that return types with arguments of type SignResultModifier and TypeMethodDescriptionCryptographyAsyncClient.sign
(SignatureAlgorithm algorithm, byte[] digest) Creates a signature from a digest using the configured key.CryptographyAsyncClient.signData
(SignatureAlgorithm algorithm, byte[] data) Creates a signature from the raw data using the configured key.