Uses of Class
com.azure.security.keyvault.keys.cryptography.models.EncryptParameters
-
Packages that use EncryptParameters Package Description com.azure.security.keyvault.keys.cryptography Package containing classes for creatingCryptographyAsyncClientandCryptographyClientto perform cryptography operations.com.azure.security.keyvault.keys.cryptography.models 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 EncryptParameters Modifier and Type Method Description Mono<EncryptResult>CryptographyAsyncClient. encrypt(EncryptParameters encryptParameters)Encrypts an arbitrary sequence of bytes using the configured key.EncryptResultCryptographyClient. 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 EncryptParameters Modifier and Type Method Description static EncryptParametersEncryptParameters. createA128CbcPadParameters(byte[] plaintext)Factory method to create an instance ofEncryptParameterswith the given parameters forEncryptionAlgorithm.A128CBCPAD.static EncryptParametersEncryptParameters. createA128CbcPadParameters(byte[] plaintext, byte[] iv)Factory method to create an instance ofEncryptParameterswith the given parameters forEncryptionAlgorithm.A128CBCPAD.static EncryptParametersEncryptParameters. createA128CbcParameters(byte[] plaintext)Factory method to create an instance ofEncryptParameterswith the given parameters forEncryptionAlgorithm.A128CBC.static EncryptParametersEncryptParameters. createA128CbcParameters(byte[] plaintext, byte[] iv)Factory method to create an instance ofEncryptParameterswith the given parameters forEncryptionAlgorithm.A128CBC.static EncryptParametersEncryptParameters. createA128GcmParameters(byte[] plaintext)Factory method to create an instance ofEncryptParameterswith the given parameters forEncryptionAlgorithm.A128GCM.static EncryptParametersEncryptParameters. createA128GcmParameters(byte[] plaintext, byte[] additionalAuthenticatedData)Factory method to create an instance ofEncryptParameterswith the given parameters forEncryptionAlgorithm.A128GCM.static EncryptParametersEncryptParameters. createA192CbcPadParameters(byte[] plaintext)Factory method to create an instance ofEncryptParameterswith the given parameters forEncryptionAlgorithm.A192CBCPAD.static EncryptParametersEncryptParameters. createA192CbcPadParameters(byte[] plaintext, byte[] iv)Factory method to create an instance ofEncryptParameterswith the given parameters forEncryptionAlgorithm.A192CBCPAD.static EncryptParametersEncryptParameters. createA192CbcParameters(byte[] plaintext)Factory method to create an instance ofEncryptParameterswith the given parameters forEncryptionAlgorithm.A192CBC.static EncryptParametersEncryptParameters. createA192CbcParameters(byte[] plaintext, byte[] iv)Factory method to create an instance ofEncryptParameterswith the given parameters forEncryptionAlgorithm.A192CBC.static EncryptParametersEncryptParameters. createA192GcmParameters(byte[] plaintext)Factory method to create an instance ofEncryptParameterswith the given parameters forEncryptionAlgorithm.A192GCM.static EncryptParametersEncryptParameters. createA192GcmParameters(byte[] plaintext, byte[] additionalAuthenticatedData)Factory method to create an instance ofEncryptParameterswith the given parameters forEncryptionAlgorithm.A192GCM.static EncryptParametersEncryptParameters. createA256CbcPadParameters(byte[] plaintext)Factory method to create an instance ofEncryptParameterswith the given parameters forEncryptionAlgorithm.A256CBCPAD.static EncryptParametersEncryptParameters. createA256CbcPadParameters(byte[] plaintext, byte[] iv)Factory method to create an instance ofEncryptParameterswith the given parameters forEncryptionAlgorithm.A256CBCPAD.static EncryptParametersEncryptParameters. createA256CbcParameters(byte[] plaintext)Factory method to create an instance ofEncryptParameterswith the given parameters forEncryptionAlgorithm.A256CBC.static EncryptParametersEncryptParameters. createA256CbcParameters(byte[] plaintext, byte[] iv)Factory method to create an instance ofEncryptParameterswith the given parameters forEncryptionAlgorithm.A256CBC.static EncryptParametersEncryptParameters. createA256GcmParameters(byte[] plaintext)Factory method to create an instance ofEncryptParameterswith the given parameters forEncryptionAlgorithm.A256GCM.static EncryptParametersEncryptParameters. createA256GcmParameters(byte[] plaintext, byte[] additionalAuthenticatedData)Factory method to create an instance ofEncryptParameterswith the given parameters forEncryptionAlgorithm.A256GCM.static EncryptParametersEncryptParameters. createRsa15Parameters(byte[] plaintext)Factory method to create an instance ofEncryptParameterswith the given parameters forEncryptionAlgorithm.RSA1_5.static EncryptParametersEncryptParameters. createRsaOaep256Parameters(byte[] plaintext)Factory method to create an instance ofEncryptParameterswith the given parameters forEncryptionAlgorithm.RSA_OAEP_256.static EncryptParametersEncryptParameters. createRsaOaepParameters(byte[] plaintext)Factory method to create an instance ofEncryptParameterswith the given parameters forEncryptionAlgorithm.RSA_OAEP.
-