Uses of Class
com.azure.security.keyvault.keys.cryptography.models.EncryptParameters
Packages that use EncryptParameters
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 EncryptParameters in com.azure.security.keyvault.keys.cryptography
Methods in com.azure.security.keyvault.keys.cryptography with parameters of type EncryptParametersModifier and TypeMethodDescriptionCryptographyAsyncClient.encrypt
(EncryptParameters encryptParameters) Encrypts an arbitrary sequence of bytes using the configured key.CryptographyClient.encrypt
(EncryptParameters encryptParameters, com.azure.core.util.Context context) Encrypts an arbitrary sequence of bytes using the configured key. -
Uses of EncryptParameters in com.azure.security.keyvault.keys.cryptography.models
Methods in com.azure.security.keyvault.keys.cryptography.models that return EncryptParametersModifier and TypeMethodDescriptionstatic EncryptParameters
EncryptParameters.createA128CbcPadParameters
(byte[] plaintext) Factory method to create an instance ofEncryptParameters
with the given parameters forEncryptionAlgorithm.A128CBCPAD
.static EncryptParameters
EncryptParameters.createA128CbcPadParameters
(byte[] plaintext, byte[] iv) Factory method to create an instance ofEncryptParameters
with the given parameters forEncryptionAlgorithm.A128CBCPAD
.static EncryptParameters
EncryptParameters.createA128CbcParameters
(byte[] plaintext) Factory method to create an instance ofEncryptParameters
with the given parameters forEncryptionAlgorithm.A128CBC
.static EncryptParameters
EncryptParameters.createA128CbcParameters
(byte[] plaintext, byte[] iv) Factory method to create an instance ofEncryptParameters
with the given parameters forEncryptionAlgorithm.A128CBC
.static EncryptParameters
EncryptParameters.createA128GcmParameters
(byte[] plaintext) Factory method to create an instance ofEncryptParameters
with the given parameters forEncryptionAlgorithm.A128GCM
.static EncryptParameters
EncryptParameters.createA128GcmParameters
(byte[] plaintext, byte[] additionalAuthenticatedData) Factory method to create an instance ofEncryptParameters
with the given parameters forEncryptionAlgorithm.A128GCM
.static EncryptParameters
EncryptParameters.createA192CbcPadParameters
(byte[] plaintext) Factory method to create an instance ofEncryptParameters
with the given parameters forEncryptionAlgorithm.A192CBCPAD
.static EncryptParameters
EncryptParameters.createA192CbcPadParameters
(byte[] plaintext, byte[] iv) Factory method to create an instance ofEncryptParameters
with the given parameters forEncryptionAlgorithm.A192CBCPAD
.static EncryptParameters
EncryptParameters.createA192CbcParameters
(byte[] plaintext) Factory method to create an instance ofEncryptParameters
with the given parameters forEncryptionAlgorithm.A192CBC
.static EncryptParameters
EncryptParameters.createA192CbcParameters
(byte[] plaintext, byte[] iv) Factory method to create an instance ofEncryptParameters
with the given parameters forEncryptionAlgorithm.A192CBC
.static EncryptParameters
EncryptParameters.createA192GcmParameters
(byte[] plaintext) Factory method to create an instance ofEncryptParameters
with the given parameters forEncryptionAlgorithm.A192GCM
.static EncryptParameters
EncryptParameters.createA192GcmParameters
(byte[] plaintext, byte[] additionalAuthenticatedData) Factory method to create an instance ofEncryptParameters
with the given parameters forEncryptionAlgorithm.A192GCM
.static EncryptParameters
EncryptParameters.createA256CbcPadParameters
(byte[] plaintext) Factory method to create an instance ofEncryptParameters
with the given parameters forEncryptionAlgorithm.A256CBCPAD
.static EncryptParameters
EncryptParameters.createA256CbcPadParameters
(byte[] plaintext, byte[] iv) Factory method to create an instance ofEncryptParameters
with the given parameters forEncryptionAlgorithm.A256CBCPAD
.static EncryptParameters
EncryptParameters.createA256CbcParameters
(byte[] plaintext) Factory method to create an instance ofEncryptParameters
with the given parameters forEncryptionAlgorithm.A256CBC
.static EncryptParameters
EncryptParameters.createA256CbcParameters
(byte[] plaintext, byte[] iv) Factory method to create an instance ofEncryptParameters
with the given parameters forEncryptionAlgorithm.A256CBC
.static EncryptParameters
EncryptParameters.createA256GcmParameters
(byte[] plaintext) Factory method to create an instance ofEncryptParameters
with the given parameters forEncryptionAlgorithm.A256GCM
.static EncryptParameters
EncryptParameters.createA256GcmParameters
(byte[] plaintext, byte[] additionalAuthenticatedData) Factory method to create an instance ofEncryptParameters
with the given parameters forEncryptionAlgorithm.A256GCM
.static EncryptParameters
EncryptParameters.createRsa15Parameters
(byte[] plaintext) Factory method to create an instance ofEncryptParameters
with the given parameters forEncryptionAlgorithm.RSA1_5
.static EncryptParameters
EncryptParameters.createRsaOaep256Parameters
(byte[] plaintext) Factory method to create an instance ofEncryptParameters
with the given parameters forEncryptionAlgorithm.RSA_OAEP_256
.static EncryptParameters
EncryptParameters.createRsaOaepParameters
(byte[] plaintext) Factory method to create an instance ofEncryptParameters
with the given parameters forEncryptionAlgorithm.RSA_OAEP
.