Uses of Class
com.azure.security.keyvault.keys.cryptography.models.DecryptParameters
Packages that use DecryptParameters
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.
Package containing classes used for representing output/results of encryption, decryption, signing, verifying,
key wrapping and unwrapping operations.
-
Uses of DecryptParameters in com.azure.security.keyvault.keys.cryptography
Methods in com.azure.security.keyvault.keys.cryptography with parameters of type DecryptParametersModifier and TypeMethodDescriptionCryptographyAsyncClient.decrypt(DecryptParameters decryptParameters) Decrypts a single block of encrypted data using the configured key and specified algorithm.CryptographyClient.decrypt(DecryptParameters decryptParameters, com.azure.core.util.Context context) Decrypts a single block of encrypted data using the configured key and specified algorithm. -
Uses of DecryptParameters in com.azure.security.keyvault.keys.cryptography.models
Methods in com.azure.security.keyvault.keys.cryptography.models that return DecryptParametersModifier and TypeMethodDescriptionstatic DecryptParametersDecryptParameters.createA128CbcPadParameters(byte[] ciphertext, byte[] iv) Factory method to create an instance ofDecryptParameterswith the given parameters forEncryptionAlgorithm.A128CBCPAD.static DecryptParametersDecryptParameters.createA128CbcParameters(byte[] ciphertext, byte[] iv) Factory method to create an instance ofDecryptParameterswith the given parameters forEncryptionAlgorithm.A128CBC.static DecryptParametersDecryptParameters.createA128GcmParameters(byte[] ciphertext, byte[] iv, byte[] authenticationTag) Factory method to create an instance ofDecryptParameterswith the given parameters forEncryptionAlgorithm.A128GCM.static DecryptParametersDecryptParameters.createA128GcmParameters(byte[] ciphertext, byte[] iv, byte[] authenticationTag, byte[] additionalAuthenticatedData) Factory method to create an instance ofDecryptParameterswith the given parameters forEncryptionAlgorithm.A128GCM.static DecryptParametersDecryptParameters.createA192CbcPadParameters(byte[] ciphertext, byte[] iv) Factory method to create an instance ofDecryptParameterswith the given parameters forEncryptionAlgorithm.A192CBCPAD.static DecryptParametersDecryptParameters.createA192CbcParameters(byte[] ciphertext, byte[] iv) Factory method to create an instance ofDecryptParameterswith the given parameters forEncryptionAlgorithm.A192CBC.static DecryptParametersDecryptParameters.createA192GcmParameters(byte[] ciphertext, byte[] iv, byte[] authenticationTag) Factory method to create an instance ofDecryptParameterswith the given parameters forEncryptionAlgorithm.A192GCM.static DecryptParametersDecryptParameters.createA192GcmParameters(byte[] ciphertext, byte[] iv, byte[] authenticationTag, byte[] additionalAuthenticatedData) Factory method to create an instance ofDecryptParameterswith the given parameters forEncryptionAlgorithm.A192GCM.static DecryptParametersDecryptParameters.createA256CbcPadParameters(byte[] ciphertext, byte[] iv) Factory method to create an instance ofDecryptParameterswith the given parameters forEncryptionAlgorithm.A256CBCPAD.static DecryptParametersDecryptParameters.createA256CbcParameters(byte[] ciphertext, byte[] iv) Factory method to create an instance ofDecryptParameterswith the given parameters forEncryptionAlgorithm.A256CBC.static DecryptParametersDecryptParameters.createA256GcmParameters(byte[] ciphertext, byte[] iv, byte[] authenticationTag) Factory method to create an instance ofDecryptParameterswith the given parameters forEncryptionAlgorithm.A256GCM.static DecryptParametersDecryptParameters.createA256GcmParameters(byte[] ciphertext, byte[] iv, byte[] authenticationTag, byte[] additionalAuthenticatedData) Factory method to create an instance ofDecryptParameterswith the given parameters forEncryptionAlgorithm.A256GCM.static DecryptParametersDecryptParameters.createRsa15Parameters(byte[] ciphertext) Factory method to create an instance ofDecryptParameterswith the given parameters forEncryptionAlgorithm.RSA1_5.static DecryptParametersDecryptParameters.createRsaOaep256Parameters(byte[] ciphertext) Factory method to create an instance ofDecryptParameterswith the given parameters forEncryptionAlgorithm.RSA_OAEP_256.static DecryptParametersDecryptParameters.createRsaOaepParameters(byte[] ciphertext) Factory method to create an instance ofDecryptParameterswith the given parameters forEncryptionAlgorithm.RSA_OAEP.