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